vue-resume-online 简历在线生成器

该项目是一个在线填写个人信息等相关简历信息,然后根据用户填写的这些信息,在线生成一份PDF文档的个人简历,提供给用户预览以及下载这份填写好的个人简历

项目演示 演示

项目技术栈:black_flag:

技术说明官网
Vue 2.x前端框架https://vuejs.org/
Vue-router前端路由框架https://router.vuejs.org/
Vuex全局状态管理框架https://vuex.vuejs.org/
Vue-cli 3.x项目脚手架https://cli.vuejs.org/zh/
element-ui前端UI框架https://element.eleme.io/
mavon-editorvue插件 markdown编辑器https://github.com/hinesboy/mavonEditor
html2canvas将html生成图片https://github.com/niklasvh/html2canvas
jspdf将图片转换成PDF文档https://mozilla.github.io/pdf.js/examples/

以下是该项目的安装运行步骤

将本项目克隆至本地

git clone git@github.com:ZhengMaster2020/vue-reume-online.gitcd vue-resume-online

安装依赖

npm install

启动项目

npm run serve

打包项目

npm run build

Customize configuration

See Configuration Reference.