This project is based on the class of imooc by Materliu.
此项目是基于慕课网Materliu老师的课程完成的。
What's more,I added a musicPlayer by using react-art to use as my e-photo album.
还用react-art添加了一个背景音乐播放器,把它做成了我个人的电子相册。
Welcome to click here to have a look.
想看效果,请点击这里。
Thanks Materliu] and imooc.
在此感谢Materliu老师和慕课网。
The version generator-react-webpack used in class is old.It uses grunt.
原课程中的生成器generator-react-webapck使用的是grunt,
However,the new version uses gulp instead of grunt,so this project may be different from the class.
而现在最新版的生成器已使用gulp取代了grunt,所以,本项目跟原课程有所差别。
yeomen:to build the framework of the project.
yeomen:搭建整个项目的脚手架;
gulp+webpack:to manage the modules of the project.
gulp+webpack:项目打包管理工具;
react:uses virtualDom to make page rendering more efficient.
react:virtualDom加速页面渲染;
git clone https://github.com/Xuewa/galery_by_react.git
npm install
npm start/npm run serve
Your browser to open http://localhost:8000/webpack-dev-server/
浏览器打开http://localhost:8000/webpack-dev-server/
More command,U can click generator-react-webapck
更多指令参考generator-react-webapck.
- 2016.10.19 use yeomen to build the framkwork.
2016.10.19使用yeomen完成脚手架的搭建; - 2016.10.21webComponents are finish written;
2016.10.21电子画布和组件编写完成; - 2016.10.23add js animation.
2016.10.23动画js编写完成 - 2016.11.30 compatibility tesing.
2016.11.30兼容性测试 - 2016.12.03repair the bug in safari.
2016.12.03修复safari上的bug. - 2016.12.10musicPlayer is added.
2016.12.10音乐播放器编写完成 - 2016.12.11write readMe.md
- 2016.12.11编写readMe.md
Star me......More important,don't hesitate to contact me,if U find any bug or question.
求赞求赞......更重要的是,如果你发现bug,请告诉我,我会尽快修复的。