https://github.com/wangdahoo/vonic-webpack-starter
A vonic starter with webpack template by vue-cli.
https://github.com/wangdahoo/vonic-webpack-starter
Last synced: 8 months ago
JSON representation
A vonic starter with webpack template by vue-cli.
- Host: GitHub
- URL: https://github.com/wangdahoo/vonic-webpack-starter
- Owner: wangdahoo
- Created: 2017-02-16T15:16:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T15:55:09.000Z (about 9 years ago)
- Last Synced: 2025-03-18T11:51:57.608Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 64
- Watchers: 5
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Use
- quick start
``` bash
git clone https://github.com/wangdahoo/vonic-webpack-starter.git
cd vonic-webpack-starter
npm install -g yarn
yarn
```
- development
```bash
npm run dev
```
- build
```bash
npm run build
```