Skip to content

xh-shen/vue3-admin

Repository files navigation

vue element-plus license

简介

vue3-admin一个基于 vue3.0、typescript、element plus、echarts、vue-i18n 等库开发的系统项目模版,全部采用 tsx 方式书写组件,整体框架已经完成,尚有小部分功能没有实现完美,对 element plus 组件的二次封装没有完成,主要是时间有限,待后续完善。

开发

# 克隆项目
git clone https://github.com/xh-shen/vue3-admin.git

# 进入项目目录
cd vue3-admin

# 安装依赖
npm install
#
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run serve

发布

# 构建测试环境
npm run build
# 目前尚未做多环境部署,待完善

其它

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

# 压缩整理是svg icon
npm run svgo

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
Edge
Firefox
Firefox
Chrome
Chrome
Edge last 2 versions last 2 versions

License

MIT