桃源记客服系统前端
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.
 
 
 
linquan 05af66fa0e battlePass 1 day ago
public 后台更新 3 months ago
src battlePass 1 day ago
.env 登录,服务器选择,debug 1 month ago
.env.development 后台更新 3 months ago
.env.peachmanage config, debug 4 weeks ago
.env.production config, debug 4 weeks ago
.env.test debug 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 登录,服务器选择,debug 1 month ago
LICENSE 第一次提交 3 years ago
README.en.md 后台更新 3 months ago
README.md battlePass 1 week ago
index.html 后台更新 3 months ago
package-lock.json battlePass 1 day ago
package.json battlePass 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
Edge Firefox Chrome Safari

由于 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