A personal website project using Vue.js
and Webpack
.
This is an fbi project. If you haven't installed fbi yet, use the following command to install.
$ npm i -g fbi
oryarn global add fbi
fbi v3.0+
node v7.6+
Show available tasks
$ fbi ls
Run a task
$ fbi <task> [params]
Update template
$ fbi up vue
- Description: Compile and start development server.
- Params:
port
{Number}
Server starting port. If occupied, switch automatically.
- Alias:
s
- Examples:
fbi s -port=9999
- Description: Build the project for the specified environment.
- Params:
p/prod
{Boolean}
(default) Production environment.t/test
{Boolean}
Test environment.
- Alias:
b
- Examples:
fbi b -t
fbi b -p