We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rslib 是一个 JavaScript 工具,用来制作软件包。它的特点是简单易用,内置了现成的模板,可以直接开发组件库和命令行工具。底层使用 Rspack 作为打包工具,性能非常好。
Rslib 基于 Rsbuild 实现,它巧妙地结合了 Rsbuild 精心设计的构建配置和插件系统,使开发者能够快速上手,专注于 npm 库的核心功能开发。基于 Rspack 的底层,在有极快构建速度的同时,能充分利用 webpack 和 Rspack 的丰富知识和生态系统,为库开发者提供了广泛的插件和工具支持。
仓库地址:https://github.com/web-infra-dev/rslib 英文文档:https://lib.rsbuild.dev 中文文档:https://lib.rsbuild.dev/zh/index
The text was updated successfully, but these errors were encountered:
No branches or pull requests
💡 介绍
Rslib 是一个 JavaScript 工具,用来制作软件包。它的特点是简单易用,内置了现成的模板,可以直接开发组件库和命令行工具。底层使用 Rspack 作为打包工具,性能非常好。
特性
Rslib 基于 Rsbuild 实现,它巧妙地结合了 Rsbuild 精心设计的构建配置和插件系统,使开发者能够快速上手,专注于 npm 库的核心功能开发。基于 Rspack 的底层,在有极快构建速度的同时,能充分利用 webpack 和 Rspack 的丰富知识和生态系统,为库开发者提供了广泛的插件和工具支持。
解决了什么问题?
📚 链接
仓库地址:https://github.com/web-infra-dev/rslib
英文文档:https://lib.rsbuild.dev
中文文档:https://lib.rsbuild.dev/zh/index
The text was updated successfully, but these errors were encountered: