- Quick start project for javascript.
- And Support vue, react, less, sass.
$ npm install -g quick-project-cliwith 1 commands
- qp-cli
The quickest way to get started with quick-project is to utilize the executable qp-cli to generate an application as shown below:
Create the app:
$ qp-cli /tmp/foo && cd /tmp/fooInstall dependencies:
$ npm installStart App
$ npm run devQuick-project-cli can also be further configured with the following command line flags.
Usage: qp-cli [options] [dir]
Options:
-V, --version output the version number
--vue add vue.js support
--react add react support
--less add less support(default)
--sass add less support(default is less)
--git add .gitignore
-h, --help output usage information