/sev-frontend

Primary LanguageJavaScript

sev-frontend

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.