0.2.5 • Published 7 months ago

@tikkhun/web-config v0.2.5

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

config

一个简单的配置管理工具 使用 @tikkhun/config-core 作为配置核心 使用 localStorage 进行持久化存储

使用

import { DEFAULT_CONFIG_MANAGER } from "../lib/instance";
globalThis.DEFAULT_CONFIG_MANAGER = DEFAULT_CONFIG_MANAGER;
DEFAULT_CONFIG_MANAGER.set({
  path: "config",
  data: { test: "哈哈哈哈" },
});

const result = DEFAULT_CONFIG_MANAGER.get({
  path: "config.test",
});
console.log(`result`, result);
0.2.0

7 months ago

0.2.3

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.0.6

7 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

11 months ago

0.0.2

12 months ago

0.0.1

12 months ago