react-music-player
Music player build with React, learn how to use React
JavaScript★ 293⑂ 148 forksMITupdated 8 years ago
git clone https://github.com/xiaolin3303/react-music-player.gitxiaolin3303/react-music-playerREADME.mdfork it — it’s yours
react-music-player
music player build with React
overview
如何运行
开发启动
npm start
编译产品
npm run build
运行各阶段例子
修改webpack.config.js中entry
比如Router例子
entry: [
'webpack-dev-server/client?http://localhost:3000',
'webpack/hot/only-dev-server',
'react-hot-loader/patch',
path.join(__dirname, 'app/router/index.js')
],
more like this

