文件名称:vue3-json-schema-form
文件大小:184KB
文件格式:ZIP
更新时间:2024-04-17 10:20:28
TypeScript
vue3-json-schema-form 项目设置 yarn install 编译和热重装以进行开发 yarn serve 编译并最小化生产 yarn build 运行单元测试 yarn test:unit 整理和修复文件 yarn lint 自定义配置 请参阅。
【文件预览】:
vue3-json-schema-form-main
----.gitignore(239B)
----package.json(2KB)
----src()
--------components()
--------main.ts(86B)
--------shims-vue.d.ts(168B)
--------demos()
--------App.tsx(7KB)
----jest.config.js(149B)
----public()
--------index.html(611B)
--------favicon.ico(4KB)
----tsconfig.json(711B)
----.prettierignore(13B)
----.browserslistrc(30B)
----.eslintrc.js(1KB)
----.prettierrc.js(392B)
----README.md(373B)
----vue.config.js(614B)
----tests()
--------unit()
----.eslintignore(13B)
----lib()
--------fields()
--------SchemaForm.tsx(1KB)
--------context.ts(323B)
--------index.ts(471B)
--------SchemaItem.tsx(1KB)
--------ThemeProvider.tsx(914B)
--------utils.ts(19KB)
--------types.ts(3KB)
--------widgets()
--------theme-default()
----babel.config.js(133B)
----.editorconfig(298B)
----yarn.lock(559KB)