余烬化

时间:2024-02-25 13:26:03
【文件属性】:

文件名称:余烬化

文件大小:20KB

文件格式:ZIP

更新时间:2024-02-25 13:26:03

ember Ember

余烬化 一个Ember插件,可将POJO和数组递归转换为Ember对象和Ember数组。 安装 ember install ember-objectify 用法 import { objectify , deepObjectify } from 'ember-objectify' ; const pojo = { foo : 'bar' , baz : { zot : [ 1 , 2 , 3 ] } } ; const result = deepObjectify ( pojo ) ; 贡献 安装 git clone cd ember-


【文件预览】:
ember-objectify-master
----ember-cli-build.js(494B)
----testem.js(546B)
----.eslintrc.js(977B)
----.circleci()
--------config.yml(2KB)
--------ember-try-commands.js(349B)
----.npmignore(287B)
----jsconfig.json(141B)
----.ember-cli(280B)
----.travis.yml(1KB)
----config()
--------environment.js(90B)
--------ember-try.js(974B)
----LICENSE.md(1KB)
----README.md(1KB)
----addon()
--------index.js(895B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(391B)
----app()
--------.gitkeep(0B)
----index.js(63B)
----.watchmanconfig(37B)
----.eslintignore(175B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论