Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 254 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 254 Bytes

Vuerio

To start:

$ npm install

To develop:

$ npm run dev```

To build for production:

```bash
$ npm run build

To lint you code:

$ npm run lint

Generated by VuePack.