Webpack
Webpack 是一個開源的前端打包工具。Webpack 提供了前端開發缺乏的模組化開發方式,將各種靜態資源視為模組,並從它生成優化過的程式碼。[2]
開發者 | Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens and Webpack contributors |
---|---|
首次发布 | 2012年3月10日 |
当前版本 |
|
源代码库 | github |
编程语言 | JavaScript |
操作系统 | 跨平台 |
许可协议 | MIT许可证 |
网站 | webpack |
Webpack可以從終端、或是更改 webpack.config.js
來設定各項功能。[3]
要使用 Webpack 前須先安裝 Node.js。Webpack 其中一個特性是使用載入器來將資源轉化成模組。開發者可以自訂載入器的順序、格式來因應專案的需求。
参见
- Grunt
- Gulp.js
- Browserify
参考文献
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.