🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A Vue.js component generating form from JSON.

Form

Documentation

vue-json-form

Version npm Downloads npm MIT license GitHub stars

JavaScript Style Guide

A Vue.js component generating form from JSON.

This project is mainly for demonstrating how a JSON can be converted to a form view. No submit, reset or relevant form functionalities are implemented. All of this is due to one of my another project, where I would like to do some configurations or settings via form but more suitable form API request parameter/body format.

Live Demo

TODOs:

  • implement delete feature

Usage

git clone https://github.com/fluency03/vue-json-form cd vue-json-form npm install npm run dev


You May Also Like