|  | 1 年之前 | |
|---|---|---|
| public | 2 年之前 | |
| src | 1 年之前 | |
| .env | 2 年之前 | |
| .env.development | 2 年之前 | |
| .env.production | 2 年之前 | |
| .env.test | 2 年之前 | |
| .eslintignore | 2 年之前 | |
| .eslintrc.js | 2 年之前 | |
| .gitignore | 2 年之前 | |
| .prettierignore | 2 年之前 | |
| AxiosRequestConfig.md | 2 年之前 | |
| README.md | 2 年之前 | |
| commitlint.config.js | 2 年之前 | |
| index.html | 2 年之前 | |
| package-lock.json | 2 年之前 | |
| package.json | 2 年之前 | |
| prettier.config.js | 2 年之前 | |
| tsconfig.json | 2 年之前 | |
| tsconfig.node.json | 2 年之前 | |
| vite.config.ts | 2 年之前 | 
vue-element-perfect 是一个后台前端解决方案,它使用了最新的前端技术栈、动态路由,权限验证,并且有着丰富的组件,企业级中后台解决方案,可免费商用,同时支持PC、平板、手机 本项目也参考了很多开源的项目、
github site : https://zouzhibin.github.io/vue-admin-perfect/
  # GitHub
  git clone https://github.com/zouzhibin/vue-admin-perfect.git
  # Gitee
  git clone https://gitee.com/yuanzbz/vue-admin-perfect.git
uniapp uniapp版本 uniapp +vuex +element scss
# 本地开发 启动项目
借助hbuilder工具运行浏览器启动
 npm install
 cnpm install
 yarn 
 # npm install 安装失败,请升级 nodejs 到 16 以上,或尝试使用以下命令:
  npm install --registry=https://registry.npm.taobao.org
 npm run dev
 npm run build 
# eslint 检测代码
npm run lint
#prettier 格式化代码
npm run lint:prettier
vue-admin-perfect
├─ public                 # 静态资源文件(忽略打包)
├─ src
│  ├─ api                 # API 接口管理
│  ├─ assets              # 静态资源文件
│  ├─ components          # 全局组件
│  ├─ config              # 全局配置项
│  ├─ hooks               # 常用 Hooks
│  ├─ language            # 语言国际化
│  ├─ layout              # 框架布局
│  ├─ routers             # 路由管理
│  ├─ store               # pinia store
│  ├─ styles              # 全局样式
│  ├─ utils               # 工具库
│  ├─ views               # 项目所有页面
│  ├─ App.vue             # 入口页面
│  └─ main.ts             # 入口文件
├─ .env                   # vite 常用配置
├─ .env.development       # 开发环境配置
├─ .env.production        # 生产环境配置
├─ .env.test              # 测试环境配置
├─ .eslintignore          # 忽略 Eslint 校验
├─ .eslintrc.cjs           # Eslint 校验配置
├─ .gitignore             # git 提交忽略
├─ .prettierignore        # 忽略 prettier 格式化
├─ .prettierrc.config.js         # prettier 配置
├─ index.html             # 入口 html
├─ yarn.lock      # 依赖包包版本锁
├─ package.json           # 依赖包管理
├─ README.md              # README 介绍
├─ tsconfig.json          # typescript 全局配置
└─ vite.config.ts         # vite 配置
| 微信二维码 | 
|---|
|  |