omi/components/form
dntzhang 0d7218ebb1 fix(@omiu/form): touched key missing 2021-08-07 08:49:35 +08:00
..
src fix(@omiu/form): touched key missing 2021-08-07 08:49:35 +08:00
test feat(@omiu/form): using light Dom 2021-08-06 11:48:52 +08:00
.gitignore feat(omi-cli): init component template 2021-08-05 16:03:38 +08:00
README.md refactor(@omiu/form): init form by omi-cli 2021-08-06 09:57:50 +08:00
demo.html feat(omi-cli): update component template 2021-08-06 10:15:05 +08:00
index.html feat(omi-cli): update component template 2021-08-06 10:15:05 +08:00
package.json fix(@omiu/form): touched key missing 2021-08-07 08:49:35 +08:00
tsconfig.json refactor(@omiu/form): init form by omi-cli 2021-08-06 09:57:50 +08:00
vite.config.ts refactor(@omiu/form): init form by omi-cli 2021-08-06 09:57:50 +08:00

README.md

Form

Form

Install

npm i

Dev

npm start

Preview

//html mode demo
http://localhost:3000

//jsx mode demo
http://localhost:3000/demo.html

Release

npm run build