react-animation-resume
react-animation-resume copied to clipboard
基于 React 和 Webpack 的动画简历效果
react-animation-resume
原版动态效果参见 http://strml.net/
最近看到 一个炫酷的简历模板 | 方应杭 使用 Vue.js 实现了动态简历的效果,感觉很有意思,所以我也用 React 做了一份自己的简易动态简历
由于最近在准备实习,所以这个项目做的有点仓促,实现的效果还有改进的地方,设计也需要进步,大家有什么建议,希望不吝赐教,有时间我会将这个项目补充完善,谢谢!:)
使用方法
在线的项目展示效果可以点击链接: React Animation Resume
如果想在本地下载、编译、运行,可以参考以下命令:
git clone https://github.com/ShiningDan/react-animation-resume.git
cd react-animation-resume/
npm install
npm run build
npm run start
就可以在 http://localhost:8080/index.html 上看到项目的展示效果啦