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 day ago | |
---|---|---|
public | 3 months ago | |
src | 1 day ago | |
.env | 1 month ago | |
.env.development | 3 months ago | |
.env.peachmanage | 4 weeks ago | |
.env.production | 4 weeks ago | |
.env.test | 3 months ago | |
.env.test89 | 3 months ago | |
.env.test115 | 3 months ago | |
.eslintignore | 3 months ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
.prettierrc.js | 3 years ago | |
.tgitconfig | 3 months ago | |
CHANGELOG.md | 1 month ago | |
LICENSE | 3 years ago | |
README.en.md | 3 months ago | |
README.md | 1 week ago | |
index.html | 3 months ago | |
package-lock.json | 1 day ago | |
package.json | 1 day ago | |
plugins.d.ts | 3 years ago | |
shim.d.ts | 3 years ago | |
source.d.ts | 3 years ago | |
test.js | 3 months ago | |
test.ts | 3 months ago | |
tsconfig.json | 3 years ago | |
vite.config.ts | 3 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