Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

fagbokforlaget/vue-jsonschema-form

Repository files navigation

vue-jsonschema-form [WIP: not ready]

JSON schema form generator for vue2 based on react-jsonschema-form

Overview

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.

Getting Started

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