项目作者: fluency03

项目描述 :
vue-json-form
高级语言: JavaScript
项目地址: git://github.com/fluency03/vue-json-form.git
创建时间: 2017-04-06T10:09:44Z
项目社区:https://github.com/fluency03/vue-json-form

开源协议:MIT License

下载


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

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