Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 794 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 794 Bytes

resume

Personal Resume(个人简历)

主要使用vue 和 animate.css 制作个人在线简历,效果比较接近于H5页面,支持鼠标滑动切换

演示(请忽略渣渲染)

在线地址

githubPages: https://husanfeng.github.io/person-resume/

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.