Installation
To scaffold a new project with Create VisActor App.
Installation
Advanced usage
You can add more options to the CLI command.
Option/Flag | Description |
---|---|
[library] | The type of VisActor libraries to integrate: vchart, vtable |
[name] | The name of the application, as well as the name of the directory to create |
--noGit | Explicitly tell the CLI to not initialize a new git repo in the project |
--noInstall | Explicitly tell the CLI to not run the package manager's install command |
For example, if you want to create a new vchart project with the name my-app
and not initialize a git repo, you can run: