# vue3-admin **Repository Path**: yezhu_peiqi/vue3-admin ## Basic Information - **Project Name**: vue3-admin - **Description**: vue3 element-plus 权限控制 vue后台管理 vue-element-admin - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, vue3, Element-UI, element-plus, Vue-admin ## README # vue3-admin ## 开发中... ## 教程(重要) 在docs下有项目需要注意的技术点, 有详细的思路说明。 ### 技术栈 1. vue3 2. element-plus 3. axios 4. vuex 5. vue-router 6. scss ### 开发 1. webstorm && vscode 2. apiFox 3. node npm #### 安装教程 1. yarn install 2. yarn lint `(Lints and fixes files)` 3. yarn build `(Compiles and minifies for production)` ### 网络问题 - [gitee](https://gitee.com/yezhu_peiqi/vue3-admin) - [Github](https://github.com/8pig/Vue3-admin) ### API文档 - docs有详细文档 - 账号问题 - admin权限 admin admin - 测试权限 test test ### 本地开发 & Mock * 下载安装apifox * 导入根目录`vue3-admin.apifox.json` * 查看 apifox 右上角环境变量 `Mock服务` * 复制前置URL * 修改 `vue.config.js`下的`proxy` 地址 即可 * 本项目Mock前置URL为 `http://127.0.0.1:4523/mock/611454` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).