json编辑器
一个Vue.js项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# lint all *.js and *.vue files
npm run lint
# run unit tests
npm test
有关更多信息,请参阅
Vue-Json编辑
作为vue组件构建的Visual JSON编辑器。 提供基本的GUI
入门
npm install vue-json-edit --save
用法
//import it in your project At your entry point
import Vue from 'vue'
import JsonEditor from 'vue-json-edit'
Vue . use ( JsonEditor )
道具
objData:json数据
选项
ConfirmTex