2.0.0 • Published 5 years ago

billie-cli v2.0.0

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

usage

1、Installation

billie-cli requires Node.js v4+ to run.

Install to global environment.

$ npm install -g billie-cli

2、initial a project

$ billie init
Template name: vue-multipage
Project name: my-project
$ cd my-project
$ npm install
$ npm run dev

visit 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