billie-cli
v2.0.0
Published
A cli to init vue project, and supprot multi-page compile
Downloads
7
Maintainers
Readme
usage
1、Installation
billie-cli requires Node.js v4+ to run.
Install to global environment.
$ npm install -g billie-cli2、initial a project
$ billie init
Template name: vue-multipage
Project name: my-project
$ cd my-project
$ npm install
$ npm run devvisit the page at : http://localhost:8080
Now you can edit the code at /my-project/src. The billie will automatically compile and refresh the page. when you need to upload the code, use :
$ npm run build