Skip to content

gongph/f7-vue-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages