unbs
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

unbs

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

功能支持

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

安装

npm install unbs

配置

import { defineUnbs } from 'unbs';

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

Readme

Keywords

none

Package Sidebar

Install

npm i unbs

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

42.9 kB

Total Files

7

Last publish

Collaborators

  • sschen86