學(xué)習(xí)mobx、redux也用這個播放器做例子
https://github.com/xupeiMax/redux-react-player.git
https://github.com/xupeiMax/redux-react-player.git
2018-11-21
node server一直報錯,ERROR in Entry module not found: Error: Can't resolve ,打包也打不了咋辦,這是入口文件配置; path.join(__dirname,'app/index.js')
2018-09-27
var htmlwp = require('html-webpack-plugin');
plugins:[
new htmlwp({
title:'首頁',
filename:'index.html',
template:'index.html'
})
]
"dev": "webpack-dev-server --inline --hot --open --port 4009"
webpack1-dev-server配置
plugins:[
new htmlwp({
title:'首頁',
filename:'index.html',
template:'index.html'
})
]
"dev": "webpack-dev-server --inline --hot --open --port 4009"
webpack1-dev-server配置
2018-07-16
會報錯,在chrome下,會出現(xiàn)DOMException: play() failed because the user didn't interac,因為chrome的原因
2018-07-13
import React, {Component} from 'react'
我改成這個就好用了
我改成這個就好用了
2018-06-25
第一次寫完一個項目,坑都踩完了,循環(huán)隨機單曲 還在實現(xiàn)中。地址: https://github.com/lovisnd/react-music-player.git
2018-06-05
請問一下 bundle.js 生成成功引入到index.html文件中 但是打開console沒有輸出東西為什么
2018-06-04