Need a special offer?Find out if your project fits.
+
  1. API reference
  • Introduction
  • Connecting to Data Source
  • Browser compatibility
  • Documentation for older versions
  • All documentation

    flexmonster create

    flexmonster create|c [args] [options]

    This command creates a sample project with Flexmonster based on a chosen language and front-end framework. Also, it can install the needed npm dependencies and run the project.

    Arguments

    The flexmonster create command can be run with the following arguments:

    Argument Description
    angular Creates a sample Angular project with Flexmonster Pivot. For example:
    flexmonster create angular -r
    vue Creates a sample Vue project with Flexmonster Pivot. You can choose from the following configurations:
    • Vue 2 + ES6:
      flexmonster create vue 2 es6 -r
    • Vue 2 + TypeScript:
      flexmonster create vue 2 typescript -r
    • Vue 3 + ES6:
      flexmonster create vue 3 es6 -r
    • Vue 3 + TypeScript:
      flexmonster create vue 3 typescript -r
    If the configuration is not specified, you will be prompted to choose it during the initialization process.
    react Creates a sample React project with Flexmonster Pivot. You can choose from the following configurations:
    • Next.js + TypeScript:
      flexmonster create react nextjs -r
    • React + ES6:
      flexmonster create react es6 -r
    • React + TypeScript:
      flexmonster create react typescript -r
    If the configuration is not specified, you will be prompted to choose it during the initialization process.
    nextjs Creates a sample Next.js + TypeScript project with Flexmonster Pivot. For example:
    flexmonster create nextjs -r
    typescript Creates a sample project with Flexmonster Pivot based on TypeScript. For example:
    flexmonster create typescript -r
    If needed, webpack can be added to the project:
    flexmonster create typescript webpack -r
    javascript Creates a sample project with Flexmonster Pivot based on pure JavaScript. For example:
    flexmonster create javascript -r
    electron Creates a sample ElectronJS project with Flexmonster Pivot. For example:
    flexmonster create electron -r

    Options

    The flexmonster create command can be run with the following options:

    Option Description
    --install, -i Automatically installs all the needed npm dependencies.
    --run, -r Automatically installs all the needed npm dependencies and runs the project.
    --help, -h Shows the short guidance on this command in the console. Use this command to see all the possible uses of the create command.

    What’s next?

    You may be interested in the following articles: