学习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下,会出现DOMException: play() failed because the user didn't interac,因为chrome的原因
2018-07-13
import React, {Component} from 'react'
我改成这个就好用了
我改成这个就好用了
2018-06-25
第一次写完一个项目,坑都踩完了,循环随机单曲 还在实现中。地址: https://github.com/lovisnd/react-music-player.git
2018-06-05