正在显示
2 个修改的文件
包含
23 行增加
和
10 行删除
| ... | @@ -16,3 +16,4 @@ yarn-error.log* | ... | @@ -16,3 +16,4 @@ yarn-error.log* |
| 16 | *.sln | 16 | *.sln |
| 17 | electron-vue-template-ts.7z | 17 | electron-vue-template-ts.7z |
| 18 | server/client/electron-vue-admin Setup 0.0.1.exe | 18 | server/client/electron-vue-admin Setup 0.0.1.exe |
| 19 | +build/builder-effective-config.yaml | ... | ... |
| 1 | # Electron-Vue-template | 1 | # Electron-Vue-template |
| 2 | 2 | ||
| 3 | -> An electron-vue project | 3 | +> This is a project based on electron-vue, using the elementUI, vuex, vue-router, axios technology stack. This project is divided into two branches. The master maintains the original project structure and features for dependency updates, and the SynchronizedUpdates branch. It keeps the original file structure and the code part is completely customized by me personally; it includes: a complete background management interface, nedb database package, and two complete update download methods. If you feel redundant, you can delete it yourself. |
| 4 | + | ||
| 5 | +[中文文档地址](https://github.com/umbrella22/electron-vue-template/blob/master/README_ZH.md) | ||
| 6 | +[中文在线文档](https://umbrella22.github.io/electron-vue-template-doc/) | ||
| 7 | +[国内访问地址](https://gitee.com/Zh-Sky/electron-vue-template) | ||
| 8 | +[国内文档访问地址](https://zh-sky.gitee.io/electron-vue-template-doc/) | ||
| 9 | + | ||
| 10 | +- electron of react [Electron-react-template](https://github.com/umbrella22/electron-react-template) | ||
| 11 | + | ||
| 12 | +<h3 align="center">Thanks for support.</h3> | ||
| 13 | + | ||
| 14 | +<p align="center"> | ||
| 15 | + <a href="https://www.jetbrains.com/?from=electron-vue-template" target="_blank"> | ||
| 16 | + <img width="160px" src="https://github.com/umbrella22/MCsever/blob/master/jetbrains.png"> | ||
| 17 | + </a> | ||
| 18 | +</p> | ||
| 19 | + | ||
| 20 | + | ||
| 4 | 21 | ||
| 5 | #### Build Setup | 22 | #### Build Setup |
| 6 | 23 | ||
| 7 | ``` bash | 24 | ``` bash |
| 8 | -# For Chinese Developers | ||
| 9 | -# install nrm | ||
| 10 | -npm i -g nrm | ||
| 11 | -# Switch to Taobao Source with NRM | ||
| 12 | -nrm ls | ||
| 13 | -nrm use taobao | ||
| 14 | # install dependencies | 25 | # install dependencies |
| 15 | -npm install | 26 | +npm install or yarn install |
| 16 | 27 | ||
| 17 | # serve with hot reload at localhost:9080 | 28 | # serve with hot reload at localhost:9080 |
| 18 | -npm run dev | 29 | +npm run dev or yarn dev |
| 19 | 30 | ||
| 20 | # build electron application for production | 31 | # build electron application for production |
| 21 | -npm run build | 32 | +npm run build or yarn build |
| 22 | 33 | ||
| 23 | # run unit & end-to-end tests | 34 | # run unit & end-to-end tests |
| 24 | npm test | 35 | npm test |
| ... | @@ -29,3 +40,4 @@ npm test | ... | @@ -29,3 +40,4 @@ npm test |
| 29 | --- | 40 | --- |
| 30 | 41 | ||
| 31 | 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). | 42 | 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). |
| 43 | +Manage interface code address [here](https://github.com/PanJiaChen/electron-vue-admin) | ... | ... |
-
请 注册 或 登录 后发表评论