Go to file
2023-03-16 14:33:52 +08:00
.vscode first version 2022-09-15 14:21:11 +08:00
mock fix error 2023-03-13 18:11:15 +08:00
public first version 2022-09-15 14:21:11 +08:00
src fix: 文件引入大小写问题修复 2023-03-16 14:33:52 +08:00
.env.build_prod first version 2022-09-15 14:21:11 +08:00
.env.build_test first version 2022-09-15 14:21:11 +08:00
.env.dev_prod first version 2022-09-15 14:21:11 +08:00
.env.dev_test first version 2022-09-15 14:21:11 +08:00
.eslintrc.cjs update 全局引用 2023-03-13 17:31:42 +08:00
.gitignore first version 2022-09-15 14:21:11 +08:00
auto-imports.d.ts use createWebHistory 2023-03-16 09:32:00 +08:00
components.d.ts added components demo 2023-03-14 15:58:10 +08:00
index.html update: convert js to ts 2023-03-10 18:22:34 +08:00
LICENSE Initial commit 2022-09-15 14:17:05 +08:00
package-lock.json added components demo 2023-03-14 15:58:10 +08:00
package.json added components demo 2023-03-14 15:58:10 +08:00
README.md added excel demo 2023-03-14 10:10:07 +08:00
tsconfig.json update 全局引用 2023-03-13 17:31:42 +08:00
vite.config.js use createWebHistory 2023-03-16 09:32:00 +08:00

vue3-element-admin

这个模板使用了最新的 vue3 和 element-plus UI 框架vite 构建工具、pinia 状态管理、vue-router 路由管理、mockjs 数据模拟。功能从 Vue Element Admin 移植而来,详细使用可以参考该文档

在线示例

vue3 element admin

element plus

推荐的 IDE 工具和插件

VSCode + Volar (禁用 Vetur) + TypeScript Vue Plugin (Volar).

Vite 构建工具配置

参考 Vite 配置.

安装依赖

npm install

开发模式连接测试服

npm run dev:test

打包到测试服

npm run build:test

代码检查 ESLint

npm run lint

捐赠

如果你觉得这个项目帮助到了你,你可以帮作者买一杯果汁表示鼓励 🍹

wechat: midfar-sun

License

MIT

Copyright (c) 2022-present, Midfar Sun