Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Z6T/react-webpack4-cook
💯The most powerful webpack4 tutorial in the universe
https://github.com/Z6T/react-webpack4-cook
react webpack-configuration webpack-dev-server webpack-loader webpack-plugin webpack4
Last synced: 22 days ago
JSON representation
💯The most powerful webpack4 tutorial in the universe
- Host: GitHub
- URL: https://github.com/Z6T/react-webpack4-cook
- Owner: Z6T
- Created: 2019-03-29T05:45:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T16:03:07.000Z (about 1 year ago)
- Last Synced: 2024-08-05T14:15:58.955Z (4 months ago)
- Topics: react, webpack-configuration, webpack-dev-server, webpack-loader, webpack-plugin, webpack4
- Language: JavaScript
- Homepage:
- Size: 6.38 MB
- Stars: 147
- Watchers: 7
- Forks: 48
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-star-libs - Z6T / react-webpack4-cook
README
# react-webpack4-cook
The most powerful webpack4 tutorial in the universe
# 快速开始
```javascript
git clone https://github.com/Z6T/react-webpack4-cook.git
npm run dev 开发模式启动项目
npm run build:dll dllplugin进行打包
npm run build 生产模式打包项目
```
# 项目介绍
这是一个依赖于webpack4并做了很多优化处理的react开发环境,主要是通过本篇的学习对webpack工具,有个更加全面的认识和更加深入的理解。本仓库的代码步骤也被我整理成了一个线上博客,博客地址:[webpack4的30个步骤打造优化到极致的react开发环境,毕生所学,如约而至](https://juejin.im/post/5cfe4b13f265da1bb13f26a8),希望看完后对您有帮助。
# 开源协议
本项目基于 MIT 协议,请自由地享受和参与开源。