https://github.com/wangdahoo/vonic-template
Webpack Template for Vonic.
https://github.com/wangdahoo/vonic-template
Last synced: 8 months ago
JSON representation
Webpack Template for Vonic.
- Host: GitHub
- URL: https://github.com/wangdahoo/vonic-template
- Owner: wangdahoo
- Created: 2016-11-08T03:46:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T16:14:48.000Z (about 9 years ago)
- Last Synced: 2025-04-11T22:12:16.808Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vonic-template
> Webpack Template for [Vonic](https://github.com/wangdahoo/vonic)
## How to use
run up:
```bash
$ vue init wangdahoo/vonic-template my-vonic-app
$ cd my-vonic-app
$ yarn install
$ npm run dev
```
build static assets:
```bash
$ npm run build
```