# webpack-starter **Repository Path**: k8scat/webpack-starter ## Basic Information - **Project Name**: webpack-starter - **Description**: Quick start with webpack! - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://hot_heart.gitee.io/webpack-starter - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2019-01-05 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # webpack-starter Quick start with webpack! ## Use ```bash $ git clone git@github.com:hsowan/webpack-starter.git $ cd webpack-starter $ npm install $ npm start ``` ## Support Load + [x] images(file-loader) + [x] musics(file-loader) + [x] json(build-in) + [x] css/sass(style-loader, css-loader, sass-loader) ## Baidu SEO ```bash $ npm i baidu-autopush ``` ## Reference + [Official Webpack Document](https://webpack.js.org/concepts/) + [Webpack Document in Chinese](https://www.webpackjs.com/concepts/)