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

https://github.com/zhaoqize/react-webpack-kit

react+webpack的微型示例
https://github.com/zhaoqize/react-webpack-kit

Last synced: about 1 year ago
JSON representation

react+webpack的微型示例

Awesome Lists containing this project

README

          

# react-webpack-kit
- npm install
- npm run build 用来生成具体的build.js文件,以便于在html中引用,是经过编译后的
- npm run dev 使用webpack自带的服务 指向入口页面index.html 可以在浏览器中打开:localhost:8080 默认是8080端口,是存在于内存中的,不会生成具体文件