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
1