文件名称:think-config:配置ThinkJS 3.x
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-31 11:00:04
config thinkjs3 JavaScript
思考配置 ThinkJS 3.x的配置管理器 如何使用 npm install think-config const Config = require ( 'think-config' ) ; const instance = new Config ( config ) ; instance . get ( 'name' ) ; instance . get ( 'foo.bar' ) ; instance . get ( ) ; // get all config instance . get ( 'name' , otherConfig ) ; instance . set ( 'name' , value ) ; instance . set ( 'foo.bar' , value ) ;
【文件预览】:
think-config-master
----.gitignore(592B)
----.eslintrc(24B)
----package.json(1KB)
----LICENSE(1KB)
----index.js(2KB)
----README.md(363B)
----test()
--------index.js(4KB)