# electron-vue-template **Repository Path**: keyzf/electron-vue-template ## Basic Information - **Project Name**: electron-vue-template - **Description**: 这是一个基于electron的vue最基本的模板,其中前端技术栈则用到vue全家桶,axios作为http请求,而本地数据库则是nedb - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 468 - **Created**: 2020-10-12 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron-Vue-template > 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/)

Thanks for support.

#### Build Setup ``` bash # install dependencies npm install or yarn install # serve with hot reload at localhost:9080 npm run dev or yarn dev # build electron application for production npm run build or yarn 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). Manage interface code address [here](https://github.com/PanJiaChen/electron-vue-admin)