0.1.4 • Published 10 months ago

unbs v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

unbs

统一后台管理系统前端解决框架,解决系统公共模块管理,通信,功能插拔,扩展和维护性问题

功能支持

  • ✔ typescript
  • ✔ 支持插拔式扩展
  • ✔ 支持自定义插件
  • ✔ 支持声明式配置

安装

npm install unbs

配置

import { defineUnbs } from 'unbs';

export { unbs, main } = defineUnbs({
  logger: true,
  plugins: [
    // 插件集合
  ]
})
0.1.4

10 months ago

0.1.3

10 months ago

0.1.0

1 year ago

0.0.1

1 year ago