学了很多,很多,以前一直用vue直接上的项目,像基础git这些的用法,都用的很少。这次一边看,一边直接用create-react-app这个脚手架+webpack来写的,真的是受益良多
2月 新鲜出炉的小青蛙 (考虑到自适应并使用了compass编写,以便统一解决各种浏览器的兼容性问题)
项目地址: https://github.com/Eye12/gallery-by-react
托管地址: https://eye12.github.io/gallery-by-react/
有问题欢迎联系,大家相互交流学习
项目地址: https://github.com/Eye12/gallery-by-react
托管地址: https://eye12.github.io/gallery-by-react/
有问题欢迎联系,大家相互交流学习
2018-02-23
图片是直接拷贝评论里一位同学的,项目展示:https://littleweber.github.io/gallery-by-react/
项目源码:https://github.com/littleWeber/gallery-by-react
直接用的create-react-app 脚手架生成的项目,用的sass预处理
项目源码:https://github.com/littleWeber/gallery-by-react
直接用的create-react-app 脚手架生成的项目,用的sass预处理
2018年1月新鲜完成。
项目地址https://github.com/JinWangQ/gallery-by-react
演示https://jinwangq.github.io/gallery-by-react/
欢迎star,fork,交流 。旅行小青蛙画廊(=゚ω゚)ノ ,
项目地址https://github.com/JinWangQ/gallery-by-react
演示https://jinwangq.github.io/gallery-by-react/
欢迎star,fork,交流 。旅行小青蛙画廊(=゚ω゚)ノ ,
2018-02-01
Uncaught TypeError: Cannot assign to read only property报错的解决方案
if(this.props.arrange.pos) {
// styleObj = this.props.arrange.pos;
styleObj=Object.assign(styleObj,this.props.arrange.pos);
}
if(this.props.arrange.pos) {
// styleObj = this.props.arrange.pos;
styleObj=Object.assign(styleObj,this.props.arrange.pos);
}
2018-01-18
用 vue 实现了一个demo,项目地址
https://github.com/newming/gallery-vue
预览地址: www.newming.cn/gallery/
https://github.com/newming/gallery-vue
预览地址: www.newming.cn/gallery/
2017-12-25