Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfsilver/webpack


https://github.com/wolfsilver/webpack

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## webpack 多入口react(antd)开发配置

### `npm start`

开发模式启动应用.

打开 [http://localhost:3000](http://localhost:3000) 预览.

页面自动热加载.

同时在控制台看到错误提示.

### `npm run build`

生产环境编译到 `build` 文件夹.

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `src/js`

入口文件目录。跟路径下js会生成响应页面。