文件名称:webpack-tutorial:一个有意见的 Webpack 教程
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-26 19:24:26
JavaScript
一个快速的 Webpack 教程 这是一个非详尽的迭代教程,用于介绍我当前的 webpack 工作流程的基础知识。 从一个很小的示例项目开始,我们将在 webpack 的各种功能上进行分层,以添加诸如 SASS/CSS 模块和实时重新加载之类的东西。 安装 在本地目录中检出此 repo 后,本教程将根据需要安装每个模块/加载程序。 但是,为了节省时间,您可以预先安装所有依赖项。 $ npm install 运行示例 每一步都与教程的一部分相吻合,并建立在上一步的基础上。 示例命令旨在从步骤文件夹内部运行。 。
【文件预览】:
webpack-tutorial-master
----4-dev-server()
--------src()
--------webpack.config.js(131B)
--------index.html(258B)
----5-source-maps()
--------src()
--------webpack.config.js(155B)
--------index.html(258B)
----.jshintrc(20B)
----.gitignore(19B)
----2-modules()
--------src()
--------index.html(258B)
----package.json(981B)
----6-es6-loader()
--------src()
--------webpack.config.js(248B)
--------index.html(258B)
----8-sass-autoprefixer-loaders()
--------src()
--------webpack.config.js(358B)
--------index.html(258B)
----TUTORIAL.md(4KB)
----9-extract-css()
--------src()
--------webpack.config.js(578B)
--------index.html(331B)
----7-json-css-loaders()
--------src()
--------webpack.config.js(332B)
--------index.html(258B)
----LICENSE(1KB)
----1-minimum()
--------src()
--------index.html(258B)
----README.md(742B)
----3-config()
--------src()
--------webpack.config.js(106B)
--------index.html(258B)