Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfsilver/webpack
https://github.com/wolfsilver/webpack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfsilver/webpack
- Owner: wolfsilver
- Created: 2019-04-11T14:03:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T06:23:57.000Z (almost 2 years ago)
- Last Synced: 2023-05-02T05:47:08.458Z (over 1 year ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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会生成响应页面。