Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 307 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 307 Bytes

ArmaLaucher

To start:

$ npm install

To develop:

$ npm run dev
# in a new tab, run electron app
$ npm run app

To build for production:

$ npm run build

To lint you code:

$ npm run lint

Generated by VuePack.