Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 269 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 269 Bytes

vonic-template

Webpack Template for Vonic

How to use

run up:

$ vue init wangdahoo/vonic-template my-vonic-app
$ cd my-vonic-app
$ yarn install
$ npm run dev

build static assets:

$ npm run build