https://github.com/ctq123/webpackrc
webpack配置,实现动态路由按需加载配置,结合antd的UI框架,实现主题定制,实现对js和css的分离打包,完善编译进度条的显示
https://github.com/ctq123/webpackrc
antd react react-router webpack4
Last synced: 2 months ago
JSON representation
webpack配置,实现动态路由按需加载配置,结合antd的UI框架,实现主题定制,实现对js和css的分离打包,完善编译进度条的显示
- Host: GitHub
- URL: https://github.com/ctq123/webpackrc
- Owner: ctq123
- Created: 2018-11-23T09:23:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T10:43:14.000Z (over 3 years ago)
- Last Synced: 2025-03-14T06:44:32.101Z (over 1 year ago)
- Topics: antd, react, react-router, webpack4
- Language: JavaScript
- Homepage: https://github.com/ctq123/webpackrc
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antd + webpack配置
#### webpack4.0 + antd3.10 + react16 + react-router3.2
---
## 说明
webpack配置,实现动态路由按需加载配置,结合antd的UI框架,实现主题定制,实现对js和css的分离打包
## 安装
```bash
$ npm i
```
## 运行
```bash
$ npm run start
```
## 打包
```bash
$ npm run build:test
```
or
```bash
$ npm run build:prod
```