xbp-cli
Version:
A simple CLI for scaffolding Vue.js projects.
19 lines (13 loc) • 359 B
Markdown
# xbp-cli
``` bash
$ npm install -g xbp-cli
```
### 使用
``` bash
$ vue init <template-name> <project-name>
```
示例:
``` bash
$ vue init webpack my-project
```
The above command pulls the template from [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), prompts for some information, and generates the project at `./my-project/`.