Sky
提交者 GitHub

Add files via upload

正在显示 1 个修改的文件 包含 28 行增加0 行删除
1 +# my-project
2 +
3 +> An electron-vue project
4 +
5 +#### Build Setup
6 +
7 +``` bash
8 +# install dependencies
9 +npm install
10 +
11 +# serve with hot reload at localhost:9080
12 +npm run dev
13 +
14 +# build electron application for production
15 +npm run build
16 +
17 +# run unit & end-to-end tests
18 +npm test
19 +
20 +
21 +# lint all JS/Vue component files in `src/`
22 +npm run lint
23 +
24 +```
25 +
26 +---
27 +
28 +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).