/fast-cli

Primary LanguageJavaScript

fast-cli

Quickly create react, Vue or applications without front-end framework

Install

# yarn
$ yarn global add shuyun-fast-cli

# npm
$ npm install -g shuyun-fast-cli

Usege

$ fast-cli init

# install packages
$ cd my-app && npm install

# start
$ npm start

Examples

$ fast-cli init

? Please enter a project name: my-app
? Please enter a project description: description...
? Please choose the front frame
    1) React
    2) Vue
    3) ES2015+
    4) MicroApp
    Answer: ES2015+

# 1. . Downloading template
# 2. ✔ Download successful

? Do you need to install dependencies (Y/n): Y
# cd name && npm install