Vue3 + Vite5 + TypeScript + Element-Plus + AVUE构建的后台管理前端模板,意在搭建一个可复用,可定制的后台管理系统。
|
пре 3 месеци | |
---|---|---|
.vscode | пре 10 месеци | |
docker | пре 11 месеци | |
licenses | пре 1 година | |
mock | пре 1 година | |
public | пре 10 месеци | |
src | пре 10 месеци | |
.editorconfig | пре 1 година | |
.env.development | пре 10 месеци | |
.env.production | пре 10 месеци | |
.eslintignore | пре 1 година | |
.eslintrc-auto-import.json | пре 1 година | |
.eslintrc.cjs | пре 1 година | |
.gitignore | пре 3 месеци | |
.prettierignore | пре 1 година | |
.prettierrc.cjs | пре 1 година | |
.stylelintignore | пре 1 година | |
.stylelintrc.cjs | пре 1 година | |
CHANGELOG.md | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 3 месеци | |
commitlint.config.cjs | пре 1 година | |
index.html | пре 10 месеци | |
package.json | пре 3 месеци | |
pnpm-lock.yaml | пре 3 месеци | |
tsconfig.json | пре 1 година | |
uno.config.ts | пре 1 година | |
vite.config.ts | пре 10 месеци |
项目启动
git clone http://119.91.214.11:8091/jiaxiaoqiang/mes-admin-temp.git
git clone -b --single-branch http://119.91.214.11:8091/jiaxiaoqiang/mes-admin-temp.git
npm install pnpm -g
pnpm install --frozen-lockfile
pnpm run dev
项目和编码规范: 1.配置: 在common/configs里面配置按钮权限,字典数据等。 2.Git: 提交代码必须说明做了什么事情。 模块,页面,功能。例如:1.菜单管理列表新增按钮权限。2.xxxx。 3.xxxx。 3.启动项目后需打开检查,控制台不能有警告和报错信息。
代码示例: 和crud相关代码可以参看hooksDemo.vue (目前不够特别全面,需要什么后续可以在userCrud.ts里面添加)
功能示例: