An open API service indexing awesome lists of open source software.

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.

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
```