Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 297 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 297 Bytes

jpk-client

An electron-vue project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev or yarn run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint