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

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.

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