🎉 基于 Vite 2.x + Vue 3.x(setup) + antd-design-vue + TS 的后台管理系统
# 克隆项目
git clone https://github.com/4xian/vite-admin-ts.git
# 进入项目目录
cd vite-admin-ts
# 安装依赖
yarn(推荐)
或 npm install
# taobao 源解决下载速度慢的问题
npm config set registry https://registry.npm.taobao.org/
# 启动服务
yarn dev
或 npm run dev
# 构建生产环境
yarn build
或 npm run build
# eslint代码格式检查
npm run lint:js
# stylelint代码样式检查
npm run lint:css
本地开发推荐使用Chrome
浏览器,不支持 IE
IE |
Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
更多浏览器可以查看 Can I Use Es Module
MIT