flexmonster create|c [args] [options]
Creates a sample project with Flexmonster based on a chosen language and front-end framework. The project will be created in the folder from which you run the command.
If additional options are specified for the command, it can also install the necessary npm dependencies and run the project. See the list of available options.
Argument | Description |
---|---|
angular | Creates a sample Angular project with Flexmonster Pivot:flexmonster create angular |
vue | Creates a sample Vue project with Flexmonster Pivot. You can choose from the following configurations:
|
react | Creates a sample React project with Flexmonster Pivot. You can choose from the following configurations:
|
nextjs | Creates a sample Next.js + TypeScript project with Flexmonster Pivot:flexmonster create nextjs |
typescript | Creates a sample TypeScript project with Flexmonster Pivot. You can choose from the following configurations:
|
javascript | Creates a sample JavaScript project with Flexmonster Pivot:flexmonster create javascript |
electron | Creates a sample ElectronJS project with Flexmonster Pivot:flexmonster create electron |
Note If the argument is not specified, you will be prompted to choose a sample project during the initialization process.