Simple CLI scaffolding Framework7-Vue projects
npm install f7-vue-clibash
#global install
$ npm i f7-vue-cli -g
version
$ fv -v
`
Usage
create a new framework7-vue project
`bash
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:
`bash
build vue source file
$ npm run build
start a web serve at 8080 port
$ npm run serve
``