Admin Work
Using today's most popular technology framework: Vue3 + Webpack + Typescript + Element Plus
? Document address
? Demo address (Vue3.x + Typescript + Webpack + ElementPlus)
? Vue Admin Work demo address (Vue2.x + Javascript + Element UI + Webpack)
? Vue Admin Work X demo address (Vue3.x + Typescript + Element Plus + Webpack)
? Vue Admin Work P demo address (Vue3.x + Typescript + Navie UI + Vite2)
? Vue Admin Work A demo address (Vue3.x + Typescript + Antd + Vite2)
? Arco Work demo address (Vue3.x + Typescript + Arco Design + Vite2)
知码前端
, which contains the source code of each version and how to enter the WeChat welfare group download
git clone -b master https://github.com/qingqingxuan/vue-admin-work-x.git
Enter the project directory
cd admin-work-x
Install dependencies
npm install
run
npm run dev
You are very welcome to join us! Raise an Issue or submit a Pull Request.
Pull Request:
git checkout -b feat/xxxx
git commit -am 'feat(function): add xxxxx'
git push origin feat/xxxx
pull request
Refer to vue specification (Angular)
feat
adds new featuresfix
issues/BUGstyle
code style is related and has no impact on the running results.perf
optimization/performance improvementrefactor
revert
modificationstest
test relateddocs
/noteschore
dependency update/scaffolding configuration modification, etc.workflow
workflow improvementsci
continuous integrationtypes
type definition file changeswip
is under development For local development, it is recommended to use Chrome 80+
browser
Supports modern browsers, does not support IE
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
vue3.x |
---|
element-plus |
vue-router-next |
pinia |
axios |
mockjs |
echarts |
vue-admin-work 有如下优势:
1. 支持前端控制路由权限和后端控制路由模式
2. 支持 mock ,完全独立于后台
3. 提供了非常多的 mxin 代码块,方便集成各种功能
4. 内置了大量常用的组件,比如,上传,消息提示等
5. 支持多主题、多布局切换
使用注意事项:
1. 项目默认使用使用vscode工具进行开发,也是唯一推荐的开发工具
2. 项目默认eslint校验规范