You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
zzq 99fb13892f 弹窗反应慢问题优化 2 years ago
.vscode 空Vue文件添加内容 2 years ago
internal first commit 2 years ago
lib/vform 添加填单编辑器 2 years ago
mock first commit 2 years ago
packages first commit 2 years ago
public 删除力软信息 2 years ago
src 弹窗反应慢问题优化 2 years ago
types first commit 2 years ago
.browserslistrc first commit 2 years ago
.commitlintrc.cjs first commit 2 years ago
.dockerignore first commit 2 years ago
.editorconfig first commit 2 years ago
.env first commit 2 years ago
.env.analyze first commit 2 years ago
.env.development 表单调用接口对接完善,H5页面完善接口对接 2 years ago
.env.production first commit 2 years ago
.eslintignore first commit 2 years ago
.eslintrc.cjs 封装流程节点组件,节点汉化,增加流程图功能 2 years ago
.gitattributes first commit 2 years ago
.gitignore first commit 2 years ago
.gitpod.yml first commit 2 years ago
.npmrc first commit 2 years ago
.prettierignore first commit 2 years ago
.prettierrc.cjs first commit 2 years ago
.stylelintignore first commit 2 years ago
.stylelintrc.cjs first commit 2 years ago
CNAME first commit 2 years ago
README.md 1. 修改README,补充环境配置及其运行方式 2 years ago
index.html 添加填单编辑器 2 years ago
package.json 编辑器添加控件类型 2 years ago
pnpm-workspace.yaml first commit 2 years ago
tsconfig.json 封装流程节点组件,节点汉化,增加流程图功能 2 years ago
turbo.json first commit 2 years ago
uno.config.ts first commit 2 years ago
vite.config.ts Merge branch 'dev' of http://123.132.248.154:10000/HC_YFZX/vue-vben-admin into dev 2 years ago
vite.config.ts.timestamp-1705047329667-3f84b63136279.mjs first commit 2 years ago
vite.config.ts.timestamp-1709884124484-c0ce3e867e7d5.mjs 添加填单编辑器 2 years ago
vite.config.ts.timestamp-1709884443306-d89656bea5666.mjs 添加填单编辑器 2 years ago
vite.config.ts.timestamp-1712826384051-9e2610e955424.mjs 表单调用完善 2 years ago

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

——————