License

MIT license

Author

Sujal Choudhari sujalchoudari@gmail.com

Hierarchy

  • SolarisUI

Methods

Constructors

Methods

  • Parameters

    • title: string
    • url: string
    • Optional meta: {
          [key: string]: string;
      }
      • [key: string]: string
    • Optional defaultPageTemplateFolderIndex: 0
    • Optional defaultBodyTemplateFolderIndex: 0
    • Optional defaultHeadTemplateFolderIndex: 0

    Returns Component

  • Builds the pages in the project.

    Parameters

    • name: string

      The name of the project.

    • pages: Component[]

      The pages of the project.

    Returns void

Constructors