Skip to content

Files

Latest commit

 

History

History

template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

{{name}}

To start:

$ npm install

To develop:

$ npm run dev{{#if electron}}
# in a new tab, run electron app
$ npm run app
{{/if}}

To build for production:

$ npm run build

{{#if eslint}} To lint you code:

$ npm run lint

{{/if}}


Generated by VuePack.