自定义表单

huangziyang 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
.vscode cb2db53704 feat: 自定义表单功能 1 ay önce
form 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
public cb2db53704 feat: 自定义表单功能 1 ay önce
scripts 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
src 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
.editorconfig cb2db53704 feat: 自定义表单功能 1 ay önce
.env.dev 77625b6b45 feat: 自定义表单h5页面预览 3 hafta önce
.env.prod 77625b6b45 feat: 自定义表单h5页面预览 3 hafta önce
.env.release 77625b6b45 feat: 自定义表单h5页面预览 3 hafta önce
.gitattributes cb2db53704 feat: 自定义表单功能 1 ay önce
.gitignore 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
.prettierrc.json cb2db53704 feat: 自定义表单功能 1 ay önce
README.md ea4740cedb feat: 自定表单配置项 1 ay önce
env.d.ts cb2db53704 feat: 自定义表单功能 1 ay önce
eslint.config.ts cb2db53704 feat: 自定义表单功能 1 ay önce
form.zip 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
index.html cb2db53704 feat: 自定义表单功能 1 ay önce
package.json 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
pnpm-lock.yaml 4f2bcc558a fix: 简化打包每次都要压缩问题 3 gün önce
tsconfig.app.json cb2db53704 feat: 自定义表单功能 1 ay önce
tsconfig.json cb2db53704 feat: 自定义表单功能 1 ay önce
tsconfig.node.json cb2db53704 feat: 自定义表单功能 1 ay önce
vite.config.ts 0305a19228 chore: 优化打包工具 4 hafta önce

README.md

scrm子应用自定义表单

介绍

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

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

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

运行

安装依赖
pnpm install

运行
pnpm dev

打包
pnpm build