Skip to content

Commit

Permalink
docs($README): feat updaate
Browse files Browse the repository at this point in the history
  • Loading branch information
iq9891 committed May 13, 2022
1 parent c1baae0 commit 7f2aa9e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@
### 特性

- [ ] 可扩展,BIU 实现了完整的生命周期,并使其插件化,BIU 内部功能也全由插件完成。此外还支持插件和插件集,以满足功能和垂直域的分层需求。
- [ ] 大量自研,包含微前端、组件打包、文档工具、请求库、hooks 库、数据流等,满足日常项目的周边需求。
- [x] 大量自研,包含微前端、组件打包、文档工具、请求库、hooks 库、数据流等,满足日常项目的周边需求。
- [ ] 完备路由,同时支持配置式路由和约定式路由,同时保持功能的完备性,比如动态路由、嵌套路由、权限路由等等。
- [x] 面向未来,在满足需求的同时,我们也不会停止对新技术的探索。比如 dll 提速、modern mode、webpack@5、自动化 external、bundler less 等等。
- [x] HTML 模板的真正定制
- [ ] REACT 17+ 、 VUE 3
- [x] REACT 18+ 、 VUE 3
- [x] 多页面模式
- [x] 可作为基座,暴露组件等,也可单独运行
- [ ] ESM 及共享
- [x] ESM 及共享
- [x] d.ts 同步协助,一键生成同步
- [ ] 完善的区块市场,垂直业务场景
- [ ] SWC
- [ ] esbuild
- [x] SWC
- [x] esbuild
- [x] 环境变量支持 ajax 请求配置
- [x] 根据依赖自动引入 REACT 18 或 VUE 3 的编译器

### 参考

Expand Down

0 comments on commit 7f2aa9e

Please sign in to comment.