我的学校使用的框架
Go to file
zouzhibing f1aa0caca0 提交数据 2022-04-06 15:48:24 +08:00
dist 提交 2022-04-02 10:46:33 +08:00
public init 2022-03-22 15:52:01 +08:00
read 增加readme.md 2022-04-01 18:21:05 +08:00
src 提交数据 2022-04-06 15:48:24 +08:00
.browserslistrc init 2022-03-22 15:52:01 +08:00
.gitignore 提交 2022-04-01 17:47:25 +08:00
README.md 增加readme.md 2022-04-01 18:21:05 +08:00
babel.config.js init 2022-03-22 15:52:01 +08:00
package-lock.json 增加tag 2022-03-31 10:13:27 +08:00
package.json 增加一些新的组件功能 2022-04-02 15:23:18 +08:00
tsconfig.json first commit 2022-03-24 12:15:14 +08:00
vue.config.js 再次提交预览文件 2022-03-24 12:32:45 +08:00
yarn.lock 增加一些新的组件功能 2022-04-02 15:23:18 +08:00

README.md

基于Vue3.0+TS+Element-plus实现后台管理系统

效果预览

  • 首页

  • 图表页

进行预览 项目预览地址

附上github地址 vue-admin-perfect

技术栈

vue3 Typescript vuex vue-router Element Plus scss

安装项目

# 克隆项目
git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-better.git
# 安装依赖
yarn install
# 本地开发 启动项目
yarn serve

打包

yarn build