https://github.com/any86/webpack-mulit-page-start
🍞基于webpack4的多页模板
https://github.com/any86/webpack-mulit-page-start
webpack webpack-boilerplate webpack4 webpack4starter
Last synced: about 2 months ago
JSON representation
🍞基于webpack4的多页模板
- Host: GitHub
- URL: https://github.com/any86/webpack-mulit-page-start
- Owner: any86
- Created: 2016-12-02T05:17:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T05:43:56.000Z (over 6 years ago)
- Last Synced: 2025-10-10T07:37:58.935Z (9 months ago)
- Topics: webpack, webpack-boilerplate, webpack4, webpack4starter
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于webpack4的多页模板
没啥技术含量, 就是一个搭建好的模板, 方便老项目也能用上webpack.
## 🚀支持
- [x] html和scss中的图片解析
- [x] ES6
- [x] scss
- [x] html/scss/js热重载
## 使用步骤
1. 下载模板
2. 把原有代码放入"src/view"等对应目录.
## 参考
HTML热加载
https://blog.csdn.net/qq1073830130/article/details/91882929