You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 week ago | |
|---|---|---|
| public | 8 months ago | |
| src | 1 week ago | |
| .env | 5 months ago | |
| .env.development | 8 months ago | |
| .env.peachmanage | 5 months ago | |
| .env.production | 5 months ago | |
| .env.test | 7 months ago | |
| .env.test89 | 8 months ago | |
| .env.test115 | 8 months ago | |
| .eslintignore | 8 months ago | |
| .eslintrc.js | 3 years ago | |
| .gitignore | 3 years ago | |
| .prettierrc.js | 3 years ago | |
| .tgitconfig | 8 months ago | |
| CHANGELOG.md | 5 months ago | |
| LICENSE | 3 years ago | |
| README.en.md | 8 months ago | |
| README.md | 4 months ago | |
| index.html | 8 months ago | |
| package-lock.json | 4 months ago | |
| package.json | 4 months ago | |
| plugins.d.ts | 3 years ago | |
| refreshIp.js | 3 months ago | |
| shim.d.ts | 3 years ago | |
| source.d.ts | 3 years ago | |
| test.js | 8 months ago | |
| test.ts | 8 months ago | |
| tsconfig.json | 3 years ago | |
| vite.config.ts | 8 months ago | |
README.md
🌈 介绍
基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。
🚧 安装 cnpm、yarn
- 复制代码(桌面 cmd 运行)
npm install -g cnpm --registry=https://registry.npm.taobao.org - 复制代码(桌面 cmd 运行)
npm install -g yarn
🏭 环境支持
| Edge | last 2 versions | last 2 versions | last 2 versions |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。
⚡ 使用说明
建议使用 cnpm,因为 yarn 有时会报错。node 版本 > 12xx.xx.x
# 克隆项目
git clone https://gitee.com/tiger1103/gfast-ui.git
# 进入项目
cd gfast-ui
# 安装依赖
cnpm install
# 运行项目
cnpm run dev
# 打包发布
cnpm run build
❤特别鸣谢
💔页面数据缓存注意:
- 将数据保存在第一层
运行项目
- npm run build
- npm run test115
- npm run test
- npm run test87



