An open API service indexing awesome lists of open source software.

https://github.com/dunwu/webpack-notes

webpack-notes 是一个 webpack 和 webpack-dev-server 的学习笔记
https://github.com/dunwu/webpack-notes

webpack webpack-demo webpack2

Last synced: 2 months ago
JSON representation

webpack-notes 是一个 webpack 和 webpack-dev-server 的学习笔记

Awesome Lists containing this project

README

          

# webpack-notes

![webpack-logo](assets\images\logos\webpack-logo.ico)`webpack-notes` 是一个 `webpack` 和 `webpack-dev-server` 的学习笔记。

## 使用说明

> 本项目已使用 Gitbook 生成电子书。阅读文档请 [点这里](https://www.gitbook.com/read/book/dunwu/webpack-notes)。

`src\webpack-demos` 目录下添加 [webpack-demos](https://github.com/ruanyf/webpack-demos) 的示例。

## 学习资料

[webpack github](https://github.com/webpack/webpack)

[webpack-dev-server github](https://github.com/webpack/webpack-dev-server)

[webpack 官方文档](https://webpack.js.org/)

[webpack-dev-server 官方文档](http://webpack.github.io/docs/webpack-dev-server.html)

[webpack-howto](https://github.com/petehunt/webpack-howto) 是一个webpack 的 cookbook 教程

[webpack-demos](https://github.com/ruanyf/webpack-demos) 是阮一峰的一个入门级教程

[Webpack 中文指南](http://zhaoda.net/webpack-handbook/index.html)

[JavaScript 模块化七日谈](http://huangxuan.me/2015/07/09/js-module-7day/)

[前端模块化开发那点历史](https://github.com/seajs/seajs/issues/588)