LogoCreate VisActor App

Installation

To scaffold a new project with Create VisActor App.

Installation

npm create visactor-app@latest

Advanced usage

You can add more options to the CLI command.

Option/FlagDescription
[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
--noGitExplicitly tell the CLI to not initialize a new git repo in the project
--noInstallExplicitly 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:

npx create-visactor-app@latest vchart my-app --noGit

On this page