使用create-react-app,ES6语法,演示:https://jinwangq.github.io/lightningCount-by-react, 项目地址:https://github.com/JinWangQ/lightningCount-by-react。有帮助点个star呀(=゚ω゚)ノ
2018-03-09
使用ES6语法如果报错cannot read property 'strikes' of undefined, 解决方法是在constructor下绑定方法:this.timerTicker = this.timerTicker.bind(this); 就OK啦_(:з」∠)_
2018-03-09
不使用python的也可以 如果有安装node 可以使用npm来安装一些本地的静态资源服务器 比如live-server 或者ass-we-can
2018-03-08