跳转到内容

Webpack:修订间差异

维基百科,自由的百科全书
删除的内容 添加的内容
无编辑摘要
标签移除或更換文件
InternetArchiveBot留言 | 贡献
补救2个来源,并将0个来源标记为失效。) #IABot (v2.0.8
第17行: 第17行:
'''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|deadurl=yes|archiveurl=https://web.archive.org/web/20160122014206/http://webpack.github.io/docs/what-is-webpack.html|archivedate=2016年1月22日|df=}}</ref>
'''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|deadurl=yes|archiveurl=https://web.archive.org/web/20160122014206/http://webpack.github.io/docs/what-is-webpack.html|archivedate=2016年1月22日|df=}}</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|archive-date=2018-06-13|archive-url=https://web.archive.org/web/20180613065620/https://www.wisdomgeek.com/web-development/webpack-introduction/|dead-url=no}}</ref>


要使用 Webpack 前須先安裝 [[Node.js]]。Webpack 其中一個特性是使用[[載入器]]來將資源轉化成[[模組 (程式設計)|模組]]。開發者可以自訂載入器的順序、格式來因應專案的需求。
要使用 Webpack 前須先安裝 [[Node.js]]。Webpack 其中一個特性是使用[[載入器]]來將資源轉化成[[模組 (程式設計)|模組]]。開發者可以自訂載入器的順序、格式來因應專案的需求。

2021年2月9日 (二) 17:53的版本

Webpack
開發者Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens and Webpack contributors
首次发布2012年3月10日 (2012-03-10)
当前版本5.16.0(2021年1月19日,​3年前​(2021-01-19
源代码库github.com/webpack/webpack
编程语言JavaScript
操作系统跨平台
许可协议MIT许可证
网站webpack.js.org

Webpack 是一個開源前端打包工具。Webpack 提供了前端開發缺乏的模組化開發方式,將各種靜態資源視為模組,並從它生成優化過的程式碼[1]

Webpack可以從終端、或是更改 webpack.config.js 來設定各項功能。[2]

要使用 Webpack 前須先安裝 Node.js。Webpack 其中一個特性是使用載入器來將資源轉化成模組。開發者可以自訂載入器的順序、格式來因應專案的需求。

参见

参考文献

  1. ^ What is webpack. GitHub. [25 Jan 2016]. (原始内容存档于2016年1月22日). 
  2. ^ Webpack: An Introduction - Wisdom Geek. Wisdom Geek. 2017-01-12 [2017-01-16]. (原始内容存档于2018-06-13) (美国英语).