官网 | 用途 | 使用 | 备注 | |
---|---|---|---|---|
Webpack | https://www.webpackjs.com/concepts/ | 模块打包工具,主要是loader | webpack.config.js | |
Rollup | https://www.rollupjs.com/ | js模块打包器 | rollup.config.js | |
Gulp | https://www.gulpjs.com.cn/ | 基于流(Stream)的自动化构建工具 | gulpfile.js | |
Grunt | https://www.gruntjs.net/ | js的构建工具 | gruntfile.js | |
Bower | https://bower.io/#install-bower | 前端的包管理工具 | ||
Yeoman | https://yeoman.io/ | |||
Browserify | http://browserify.org/ | |||
Parcel | https://parceljs.org/ | 类似webpack,优点零配置 | ||
Fis | http://fis.baidu.com/fis3/index.html | |||
lerna | lerna bootstrap | 解决packages之间的依赖关系 |
lerna bootstrap