Skip to content
/ webpack Public

Webpack sample project with examples for Reac + Webpack.

License

Notifications You must be signed in to change notification settings

elton/webpack

Repository files navigation

Webpack 样板项目

提供了Reac + Webpack 的工程样例,包括了:

  • React
  • Webpack 4+
  • 热加载
  • Babel 7+
  • extract-text-webpack-plugin

使用

npm install
  • 开发模式

    npm start

    Open http://localhost:3000/

  • 生产模式

    npm run build

    直接使用浏览器打开dist/目录下的 index.html即可

About

Webpack sample project with examples for Reac + Webpack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published