ember-lz-string:lz-string的Ember包装器,一种基于LZ的压缩算法

时间:2024-06-02 17:02:21
【文件属性】:

文件名称:ember-lz-string:lz-string的Ember包装器,一种基于LZ的压缩算法

文件大小:108KB

文件格式:ZIP

更新时间:2024-06-02 17:02:21

JavaScript

余烬lz字符串 lz-string模块的Ember包装器,原始位置: : 用法 在您的应用程序中与以下项一起使用: ember install ember-lz-string 通过以下方式导入: import LZString from 'lz-string' ; QueryParams混合 如果您希望您的'queryParams'使用它( 这样做),请使用此mixin并将类型设置为lz : import Route from '@ember/routing/route' ; import { LZQueryParamsMixin } from 'ember-lz-string' ; export default Route . extend ( LZQueryParamsMixin , { queryParams : { foo : { type : 'lz' }


【文件预览】:
ember-lz-string-master
----.gitignore(346B)
----app()
--------.gitkeep(0B)
----package.json(2KB)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----index.js(63B)
----addon()
--------.gitkeep(0B)
--------index.js(111B)
--------mixins()
----testem.js(506B)
----.eslintrc.js(1KB)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(1KB)
--------addon-docs.js(297B)
--------deploy.js(849B)
--------environment.js(90B)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----.npmignore(298B)
----.editorconfig(368B)
----yarn.lock(302KB)

网友评论