Webpack:修订间差异
外观
删除的内容 添加的内容
將文法修正,以及把功能寫得更容易看懂。 |
新增相關連結,修正標點符號。 |
||
第2行: | 第2行: | ||
{{Infobox software|name=Webpack|logo=[[File:Webpack.png|100px]]|developer=Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens and Webpack contributors|released={{Start date|Mar 10, 2012}}|latest release version=2.2.1|latest release date={{Start date and age|2017|01|31}}|status=Active|programming language=[[JavaScript]]|operating system=[[Cross-platform]]|license=[[MIT License]]|website={{URL|https://webpack.js.org}}|repo={{URL|https://github.com/webpack/webpack}}}} |
{{Infobox software|name=Webpack|logo=[[File:Webpack.png|100px]]|developer=Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens and Webpack contributors|released={{Start date|Mar 10, 2012}}|latest release version=2.2.1|latest release date={{Start date and age|2017|01|31}}|status=Active|programming language=[[JavaScript]]|operating system=[[Cross-platform]]|license=[[MIT License]]|website={{URL|https://webpack.js.org}}|repo={{URL|https://github.com/webpack/webpack}}}} |
||
'''Webpack''' 是一個 [[开放源代码|開源]]的 前端打包工具。Webpack 提供了前端開發 |
'''Webpack''' 是一個 [[开放源代码|開源]]的 前端打包工具。Webpack 提供了前端開發缺乏的模組化開發方式,將各種靜態資源視為模組,並從它生成優化過的程式碼。<ref>{{cite web|url=https://webpack.github.io/docs/what-is-webpack.html|title=What is webpack|accessdate=25 Jan 2016|publisher=GitHub}}</ref> |
||
Webpack可以從終端、或是更改 <code>webpack.config.js</code> 來設定各項功能。<ref>{{Cite news|url=http://wisdomgeek.com/web-development/webpack-introduction/|title=Webpack: An Introduction - Wisdom Geek|date=2017-01-12|newspaper=Wisdom Geek|language=en-US|access-date=2017-01-16}}</ref> |
Webpack可以從終端、或是更改 <code>webpack.config.js</code> 來設定各項功能。<ref>{{Cite news|url=http://wisdomgeek.com/web-development/webpack-introduction/|title=Webpack: An Introduction - Wisdom Geek|date=2017-01-12|newspaper=Wisdom Geek|language=en-US|access-date=2017-01-16}}</ref> |
||
要使用 Webpack 前須先安裝 |
要使用 Webpack 前須先安裝 Node.js。Webpack 其中一個特性是使用載入器來將資源轉化成模組。開發者可以自訂載入器的順序、格式來因應專案的需求。 |
||
== See also == |
== See also == |
||
{{Portal|Free software}} |
{{Portal|Free software}} |
||
* [[Grunt (software)]] |
* [[Grunt (software)|Grunt]] |
||
* [[Gulp.js]] |
* [[Gulp.js]] |
||
* [[Browserify]] |
|||
== References == |
== References == |
2017年5月29日 (一) 08:17的版本
開發者 | Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens and Webpack contributors |
---|---|
首次发布 | Mar 10, 2012年 |
当前版本 | 2.2.1(2017年1月31日 | )
源代码库 | github |
编程语言 | JavaScript |
操作系统 | Cross-platform |
许可协议 | MIT License |
网站 | webpack |
Webpack 是一個 開源的 前端打包工具。Webpack 提供了前端開發缺乏的模組化開發方式,將各種靜態資源視為模組,並從它生成優化過的程式碼。[1]
Webpack可以從終端、或是更改 webpack.config.js
來設定各項功能。[2]
要使用 Webpack 前須先安裝 Node.js。Webpack 其中一個特性是使用載入器來將資源轉化成模組。開發者可以自訂載入器的順序、格式來因應專案的需求。
See also
References
- ^ What is webpack. GitHub. [25 Jan 2016].
- ^ Webpack: An Introduction - Wisdom Geek. Wisdom Geek. 2017-01-12 [2017-01-16] (美国英语).
这是一篇與软件相關的小作品。您可以通过编辑或修订扩充其内容。 |