Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Files

Latest commit

Dec 27, 2016
60cc5f2 · Dec 27, 2016

History

History
25 lines (16 loc) · 208 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 208 Bytes

vuepack-bootstrap-example

To start:

$ npm install

To develop:

$ npm run dev```

To build for production:

```bash
$ npm run build

To lint you code:

$ npm run lint