vue-json-form
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.
TODOs:
- implement delete feature
Usage
git clone https://github.com/fluency03/vue-json-form cd vue-json-form npm install npm run dev