# 启动之后,会在9080端口监听,如要修改则请到.electron-vue文件夹下的dev-runner.js中的第76行位置更改即可,记得更改后重新运行run dev
npm run dev
# build命令在不同系统环境中,需要的的不一样,Windows中需要vs协助。
npm run build
# run unit & end-to-end tests
npm test
```
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).