Skip to content

Commit 2f8d5d1

Browse files
author
ran
committed
添加rollup,一个js模块打包工具,写js库时常用
1 parent c011022 commit 2f8d5d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ JavaScript 的模块或加载系统。
169169
* browserify :Browserify 让你能在浏览器端使用 require('modules') ,打包所有依赖。[官网](https://github.com/substack/node-browserify)
170170
* webpack:为浏览器打包 CommonJs/AMD 模块。[官网](https://github.com/webpack/webpack)
171171
* gulp:用自动化构建工具增强你的工作流程![官网](http://gulpjs.com/)
172+
* rollup: JavaScript 模块打包器! [官网](https://rollupjs.org/) [中文](http://www.rollupjs.com/)
172173

173174
<h2 id="testing-frameworks">测试框架</h2>
174175

0 commit comments

Comments
 (0)