umbrella22

调整文案

......@@ -16,3 +16,4 @@ yarn-error.log*
*.sln
electron-vue-template-ts.7z
server/client/electron-vue-admin Setup 0.0.1.exe
build/builder-effective-config.yaml
......
# Electron-Vue-template
> An electron-vue project
> 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.
[中文文档地址](https://github.com/umbrella22/electron-vue-template/blob/master/README_ZH.md)
[中文在线文档](https://umbrella22.github.io/electron-vue-template-doc/)
[国内访问地址](https://gitee.com/Zh-Sky/electron-vue-template)
[国内文档访问地址](https://zh-sky.gitee.io/electron-vue-template-doc/)
- electron of react [Electron-react-template](https://github.com/umbrella22/electron-react-template)
<h3 align="center">Thanks for support.</h3>
<p align="center">
<a href="https://www.jetbrains.com/?from=electron-vue-template" target="_blank">
<img width="160px" src="https://github.com/umbrella22/MCsever/blob/master/jetbrains.png">
</a>
</p>
#### Build Setup
``` bash
# For Chinese Developers
# install nrm
npm i -g nrm
# Switch to Taobao Source with NRM
nrm ls
nrm use taobao
# install dependencies
npm install
npm install or yarn install
# serve with hot reload at localhost:9080
npm run dev
npm run dev or yarn dev
# build electron application for production
npm run build
npm run build or yarn build
# run unit & end-to-end tests
npm test
......@@ -29,3 +40,4 @@ 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).
Manage interface code address [here](https://github.com/PanJiaChen/electron-vue-admin)
......