v_resume

v_resume以vue为基础开发的一个在线编辑简历的webApp,能动态添加、修改、删除某些功能区,具有切换简历主题、模板的功能,编辑完成的简历支持PNG、PDF下载。

30
16
Vue

v_resume

使用vue实现一个在线编辑简历的webAPP,支持PDF格式下载。

可以访问这个网址查看该项目效果:
http://resume.baijiawei.top

也可以查看具体的开发过程以及我遇到的一些问题:
https://segmentfault.com/a/1190000014195243

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

生成的简历长这样:

Image text
Image text
Image text

简历中所有的模块都以Vue组件开发,所以模板页面搭建起来还是比较简单的,有兴趣的的童鞋可以自行搭建,创建自己喜欢的简历模板。

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