學(xué)習(xí)mobx、redux也用這個(gè)播放器做例子
https://github.com/xupeiMax/redux-react-player.git
https://github.com/xupeiMax/redux-react-player.git
2018-11-21
node server一直報(bào)錯(cuò),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:'首頁(yè)',
filename:'index.html',
template:'index.html'
})
]
"dev": "webpack-dev-server --inline --hot --open --port 4009"
webpack1-dev-server配置
plugins:[
new htmlwp({
title:'首頁(yè)',
filename:'index.html',
template:'index.html'
})
]
"dev": "webpack-dev-server --inline --hot --open --port 4009"
webpack1-dev-server配置
2018-07-16
會(huì)報(bào)錯(cuò),在chrome下,會(huì)出現(xiàn)DOMException: play() failed because the user didn't interac,因?yàn)閏hrome的原因
2018-07-13
import React, {Component} from 'react'
我改成這個(gè)就好用了
我改成這個(gè)就好用了
2018-06-25
第一次寫(xiě)完一個(gè)項(xiàng)目,坑都踩完了,循環(huán)隨機(jī)單曲 還在實(shí)現(xiàn)中。地址: https://github.com/lovisnd/react-music-player.git
2018-06-05
請(qǐng)問(wèn)一下 bundle.js 生成成功引入到index.html文件中 但是打開(kāi)console沒(méi)有輸出東西為什么
2018-06-04