Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 311 Bytes

store-manager

An store-manager

Build Setup

# install dependencies
npm install

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

# build electron app for production
npm run build

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

# run webpack in production
npm run pack