Configry:Configry是Javascript的配置管理器库

时间:2024-05-27 16:49:16
【文件属性】:

文件名称:Configry:Configry是Javascript的配置管理器库

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-27 16:49:16

JavaScript

配置方式 Configry是Javascript的配置管理器库。 它使用localStorage在浏览器中存储持久配置。 可以使用您喜欢的工具,例如browserify或从bower获取预编译的软件包。 configry是captn3m0的CommonJS版本 安装 $ npm install --save configry 或者 从下载源build/Configry.js ,包括Configry.js在HTML [removed][removed] 用法 创建一个配置对象。 构造函数采用两个参数: default:保存默认配置值的对象 持久:持久配置的键字符串数组。 var config= new Configry({sound:true,autoPlay:false,volume:60},['volume']); //volume prope


【文件预览】:
Configry-master
----.gitignore(13B)
----README.md(2KB)
----component.json(110B)
----tests()
--------configry_test.js(961B)
----Gruntfile.js(820B)
----karma.config.js(2KB)
----bower.json(209B)
----package.json(1KB)
----src()
--------configry.js(3KB)
----build()
--------configry.js(4KB)
--------configurator.js(4KB)
--------configurator_test.js(4KB)
--------configry_test.js(5KB)
----.travis.yml(112B)

网友评论