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

Latest commit

 

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