Go to file
zzq 99fb13892f 弹窗反应慢问题优化 2024-05-14 15:27:00 +08:00
.vscode 空Vue文件添加内容 2024-04-10 10:48:23 +08:00
internal first commit 2024-01-13 10:56:48 +08:00
lib/vform 添加填单编辑器 2024-03-12 17:23:28 +08:00
mock first commit 2024-01-13 10:56:48 +08:00
packages first commit 2024-01-13 10:56:48 +08:00
public 删除力软信息 2024-03-28 08:39:08 +08:00
src 弹窗反应慢问题优化 2024-05-14 15:27:00 +08:00
types first commit 2024-01-13 10:56:48 +08:00
.browserslistrc first commit 2024-01-13 10:56:48 +08:00
.commitlintrc.cjs first commit 2024-01-13 10:56:48 +08:00
.dockerignore first commit 2024-01-13 10:56:48 +08:00
.editorconfig first commit 2024-01-13 10:56:48 +08:00
.env first commit 2024-01-13 10:56:48 +08:00
.env.analyze first commit 2024-01-13 10:56:48 +08:00
.env.development 表单调用接口对接完善,H5页面完善接口对接 2024-04-10 16:53:41 +08:00
.env.production first commit 2024-01-13 10:56:48 +08:00
.eslintignore first commit 2024-01-13 10:56:48 +08:00
.eslintrc.cjs first commit 2024-01-13 10:56:48 +08:00
.gitattributes first commit 2024-01-13 10:56:48 +08:00
.gitignore first commit 2024-01-13 10:56:48 +08:00
.gitpod.yml first commit 2024-01-13 10:56:48 +08:00
.npmrc first commit 2024-01-13 10:56:48 +08:00
.prettierignore first commit 2024-01-13 10:56:48 +08:00
.prettierrc.cjs first commit 2024-01-13 10:56:48 +08:00
.stylelintignore first commit 2024-01-13 10:56:48 +08:00
.stylelintrc.cjs first commit 2024-01-13 10:56:48 +08:00
CNAME first commit 2024-01-13 10:56:48 +08:00
README.md 1. 修改README,补充环境配置及其运行方式 2024-03-06 08:35:07 +08:00
index.html 添加填单编辑器 2024-03-12 17:23:28 +08:00
package.json 编辑器添加控件类型 2024-04-09 10:33:19 +08:00
pnpm-workspace.yaml first commit 2024-01-13 10:56:48 +08:00
tsconfig.json 1.env.d.ts消除ts引入vue找不到的警告;2.格式化ts.config.json;3.消除eslint关于es2022的警告 2024-03-01 08:43:55 +08:00
turbo.json first commit 2024-01-13 10:56:48 +08:00
uno.config.ts first commit 2024-01-13 10:56:48 +08:00
vite.config.ts Merge branch 'dev' of http://123.132.248.154:10000/HC_YFZX/vue-vben-admin into dev 2024-03-12 17:33:15 +08:00
vite.config.ts.timestamp-1705047329667-3f84b63136279.mjs first commit 2024-01-13 10:56:48 +08:00
vite.config.ts.timestamp-1709884124484-c0ce3e867e7d5.mjs 添加填单编辑器 2024-03-12 17:23:28 +08:00
vite.config.ts.timestamp-1709884443306-d89656bea5666.mjs 添加填单编辑器 2024-03-12 17:23:28 +08:00
vite.config.ts.timestamp-1712826384051-9e2610e955424.mjs 表单调用完善 2024-04-11 17:06:53 +08:00

README.md

前端开发基础框架

概述

1. 来源

——————

  1. 基于开源模板Vben-admin(https://vben.vvbin.cn/)
  2. 官方框架文档:https://doc.vvbin.cn/

——————

2. 安装

node版本18.19.0

pnpm版本8.14.0+

——————

1全局安装pnpm

npm install -g pnpm

2安装依赖

pnpm i

3运行启动

pnpm run dev

——————