Webpack项目脚手架:打造模块化项目

使用此模板可快速设置Webpack项目,支持HTML、CSS、JS文件,实现代码模块化。

步骤:

1. 克隆仓库:git clone https://github.com/GTHell/simple-webpack-template.git

2. 进入项目目录:cd simple-webpack-template

3. 安装依赖:npm install

4. 运行项目:npm run start

编辑index.htmlstyle.css即可开始定制项目。

zip 文件大小:69.62KB