1 个仓库
Capabilities to replace a UI framework's runtime with lightweight alternatives to optimize bundle size.
Distinct from UI Frameworks: Distinct from UI Frameworks: focuses on the ability to swap the runtime implementation rather than the framework features themselves.
Explore 1 awesome GitHub repository matching web development · Runtime Framework Swapping. Refine with filters or upvote what's useful.
nwb 是一个零配置构建工具链、模块打包器和开发服务器,适用于 JavaScript 和 JSX 应用程序及库。它作为一个构建系统,自动从项目的已安装依赖项中推导编译器和打包器设置,从而消除手动配置。 该工具的特点是能够充当库编译器,从单一源生成多种分发格式(如 ESM 和 CJS),以实现包管理器兼容性。它还包括一个专用的无头浏览器测试运行器,可执行带有集成监视模式和代码覆盖率报告的单元测试。 该系统涵盖了广泛的功能,包括用于转译现代语法和处理 CSS 预处理器的前端资产流水线。它提供了一个开发工作流,具有热模块替换、带有压缩和代码剥离的生产构建生成,以及用于扩展工具链功能的插件驱动转换流水线。
Allows replacing the default runtime with lightweight alternatives to reduce final bundle size.