react json file:React性地将对象保存到文件 源码
React性json文件 对JS对象进行突变时将其保存到JSON文件中 import reactiveJsonFile from 'reactive-json-file' // Create a new JSON const object = reactiveJsonFile ( './data.json' ) // Mutating the object automatically saves to file object . name = 'John Doe' :rocket: 安装 npm i reactive-json-file :gear_selector: 选
文件列表
reactive-json-file-develop.zip
(预估有个10文件)
reactive-json-file-develop
.xo-config
133B
.github
workflows
test.yml
574B
release.yml
603B
lib
reactive-json-file.js
779B
LICENSE
1KB
test
暂无评论