自定义表单

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

README.md

scrm子应用自定义表单

介绍

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

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

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

运行

安装依赖
pnpm install

运行
pnpm dev

打包
pnpm build