1.0.3 • Published 7 years ago

f7-vue-cli v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

f7-vue-cli

Simple CLI for scaffolding Framework7-Vue projects

Install

#global install
$ npm i f7-vue-cli -g

# version
$ fv -v

Usage

create a new framework7-vue project

# create a framework7-vue project
$ fv init your_project_name

Then, Switch to the project directory and run:

$ npm i

Some npm commands you can use:

# build vue source file
$ npm run build

# start a web serve at 8080 port
$ npm run serve