自定义表单

huangziyang 0305a19228 chore: 优化打包工具 hai 4 semanas
.vscode cb2db53704 feat: 自定义表单功能 hai 1 mes
form 0305a19228 chore: 优化打包工具 hai 4 semanas
public cb2db53704 feat: 自定义表单功能 hai 1 mes
src f90144f150 feat: 自定义表单接口对接完成 hai 4 semanas
.editorconfig cb2db53704 feat: 自定义表单功能 hai 1 mes
.gitattributes cb2db53704 feat: 自定义表单功能 hai 1 mes
.gitignore cb2db53704 feat: 自定义表单功能 hai 1 mes
.prettierrc.json cb2db53704 feat: 自定义表单功能 hai 1 mes
README.md ea4740cedb feat: 自定表单配置项 hai 1 mes
env.d.ts cb2db53704 feat: 自定义表单功能 hai 1 mes
eslint.config.ts cb2db53704 feat: 自定义表单功能 hai 1 mes
form.zip 0305a19228 chore: 优化打包工具 hai 4 semanas
index.html cb2db53704 feat: 自定义表单功能 hai 1 mes
package.json 0305a19228 chore: 优化打包工具 hai 4 semanas
pnpm-lock.yaml 0305a19228 chore: 优化打包工具 hai 4 semanas
tsconfig.app.json cb2db53704 feat: 自定义表单功能 hai 1 mes
tsconfig.json cb2db53704 feat: 自定义表单功能 hai 1 mes
tsconfig.node.json cb2db53704 feat: 自定义表单功能 hai 1 mes
vite.config.ts 0305a19228 chore: 优化打包工具 hai 4 semanas

README.md

scrm子应用自定义表单

介绍

scrm子应用自定义表单,基于vue3的form-create库进行二次开发的。

因为是基于基座scrm开发的,所以不需要进行环境变量的区分

由于使用了vite的新特性,所以不要删除pnpm-lock.yaml文件,不然在运行的时候会报错

运行

安装依赖
pnpm install

运行
pnpm dev

打包
pnpm build