We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c011022 commit 2f8d5d1Copy full SHA for 2f8d5d1
README.md
@@ -169,6 +169,7 @@ JavaScript 的模块或加载系统。
169
* browserify :Browserify 让你能在浏览器端使用 require('modules') ,打包所有依赖。[官网](https://github.com/substack/node-browserify)
170
* webpack:为浏览器打包 CommonJs/AMD 模块。[官网](https://github.com/webpack/webpack)
171
* gulp:用自动化构建工具增强你的工作流程
172
+* rollup: JavaScript 模块打包器! [官网](https://rollupjs.org/) [中文](http://www.rollupjs.com/)
173
174
<h2 id="testing-frameworks">测试框架</h2>
175
0 commit comments