Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 778 Bytes

app-desk

An electron-vue project

重要 注意使用 vs2015

npm install --global --production windows-build-tools --vs2015

Build Setup

# install dependencies
npm install
# electron-rebuild 使用 node 原生模块需要构建
npm run rebuild 

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

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


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

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.