File tree Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 66 "description" : " Vue Composition API for validating form." ,
77 "author" : " Elone Hoo <hi@elonehoo.me>" ,
88 "license" : " MIT" ,
9+ "homepage" : " https://github.com/elonehoo/vue-hooks-form#readme" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/elonehoo/vue-hooks-form.git"
13+ },
14+ "bugs" : {
15+ "url" : " https://github.com/elonehoo/vue-hooks-form/issues"
16+ },
917 "keywords" : [
1018 " composition" ,
1119 " vue" ,
1220 " form"
1321 ],
1422 "scripts" : {
23+ "build" :" pnpm run build:core && pnpm run build:class-validator && pnpm run build:yup" ,
1524 "build:core" : " pnpm -C packages/core run build" ,
1625 "build:class-validator" : " pnpm -C packages/class-validator run build" ,
1726 "build:yup" : " pnpm -C packages/yup run build" ,
Original file line number Diff line number Diff line change 44 "description" : " class-validator resolver for vue-hooks-form" ,
55 "author" : " Elone Hoo <hi@gmail.com>" ,
66 "license" : " MIT" ,
7+ "homepage" : " https://github.com/elonehoo/vue-hooks-form#readme" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/elonehoo/vue-hooks-form.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/elonehoo/vue-hooks-form/issues"
14+ },
715 "keywords" : [
816 " class-validator" ,
917 " vue-hooks-form" ,
Original file line number Diff line number Diff line change 44 "description" : " Vue Composition API for validating form." ,
55 "author" : " Elone Hoo <hi@elonehoo.me>" ,
66 "license" : " MIT" ,
7+ "homepage" : " https://github.com/elonehoo/vue-hooks-form#readme" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/elonehoo/vue-hooks-form.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/elonehoo/vue-hooks-form/issues"
14+ },
715 "keywords" : [
816 " composition" ,
917 " vue" ,
Original file line number Diff line number Diff line change 44 "description" : " yup resolver for vue-hooks-form" ,
55 "author" : " Elone Hoo <hi@elonehoo.me>" ,
66 "license" : " MIT" ,
7+ "homepage" : " https://github.com/elonehoo/vue-hooks-form#readme" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/elonehoo/vue-hooks-form.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/elonehoo/vue-hooks-form/issues"
14+ },
715 "keywords" : [
816 " yup" ,
917 " vue-hooks-form" ,
You can’t perform that action at this time.
0 commit comments