文件名称:vue-jsonschema-form:vue2的JSON模式表单生成器
文件大小:104KB
文件格式:ZIP
更新时间:2024-06-01 04:10:23
javascript json-schema vue2 Vue
vue-jsonschema-form [WIP:未准备好] 基于JSON模式表单生成器 概述 该项目的目的是创建一个简单的Vue组件,该组件能够根据构建HTML表单,并且默认情况下使用语义。 入门 克隆此存储库,安装依赖项并使用dev命令运行。 # Clone this repository git clone https://github.com/fagbokforlaget/vue-jsonschema-form.git # Change directory to cloned path cd vue-jsonschema-form # Install dependencies npm install # Run in `DEV` mode npm run dev # Lint all source files using ESLINT npm run lint
【文件预览】:
vue-jsonschema-form-master
----.babelrc(176B)
----package.json(2KB)
----LICENSE(1KB)
----package-lock.json(378KB)
----static()
--------index.html(231B)
----src()
--------index.js(443B)
--------App.vue(3KB)
--------schema()
--------plugins()
--------assets()
--------components()
----.eslintrc.js(229B)
----.gitignore(120B)
----webpack.config.js(3KB)
----README.md(768B)
----.eslintignore(33B)
----.editorconfig(82B)