# electron-manage **Repository Path**: eqasw/electron-manage ## Basic Information - **Project Name**: electron-manage - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-electron-manage > 一个使用vue-electron构建的管理应用 * 模仿win8来创建的管理界面 * 使用vue-router的导航守卫进行跳转权限判断 * 使用vuex进行登录状态的管理 * 使用element-ui来进行页面的构建 * 使用echarts进行图表的制作 * 使用less进行样式设置 ## 效果图 ##### 登录效果 ![](./show-img/login.gif '登录界面') ##### 首页 ![](./show-img/home.gif '首页') ##### 卡片切换效果 ![](./show-img/win8.gif '仿win8切换') #### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) 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).