JSON schema form generator for vue2 based on react-jsonschema-form
The aim of this project is to create a simple Vue component capable of building HTML forms out of a JSON schema and using Bootstrap semantics by default.
Clone this repository, install dependencies and run using dev
command.
# 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