# webpackDemo **Repository Path**: cjj_fighting/webpackDemo ## Basic Information - **Project Name**: webpackDemo - **Description**: webpack入门配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpkDemo #### Description webpack入门配置 #### Software Architecture Software architecture description #### Installation 1. npm init 2. npm install --save-dev webpack 3. npm install webpack-cli 4. npm install --save-dev webpack-dev-server 5. cnpm install --save-dev babel-core babel-loader babel-preset-env babel-preset-react 6. cnpm install --save-dev webpack-dev-server 7. cnpm install --save-dev style-loader css-loader #### Instructions 1. public index.html --放在public文件夹中; 2. app Greeter.js-- 放在app文件夹中; 3. app main.js-- 放在app文件夹中; #### Contribution 1. 借鉴自文章:https://segmentfault.com/a/1190000006178770#articleHeader9 #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)