xbp-cli
v4.0.1
Published
A simple CLI for scaffolding Vue.js projects.
Readme
xbp-cli
$ npm install -g xbp-cli使用
$ vue init <template-name> <project-name>示例:
$ vue init webpack my-projectThe above command pulls the template from vuejs-templates/webpack, prompts for some information, and generates the project at ./my-project/.
