1.0.3 • Published 2 years ago

shuyun-fast-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

# Initialize new project
$ fast-cli init

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