# vue-resume-online 简历在线生成器 :page_with_curl: > 该项目是一个在线填写我的信息等相关简历信息,而后根据用户填写的这些信息,在线生成一份`PDF文档`的我的简历,提供给用户预览以及下载这份填写好的我的简历 ## 项目演示:tv: [演示][1]  ## 项目技术栈:black_flag: | 技术 | 说明 | 官网 | | :----------- | :--------------------- | :----------------------------------------------------- | | Vue 2.x | 前端框架 | [https://vuejs.org/](https://vuejs.org/) | | Vue-router | 前端路由框架 | [https://router.vuejs.org/](https://router.vuejs.org/) | | Vuex | 全局状态管理框架 | [https://vuex.vuejs.org/](https://vuex.vuejs.org/) | | Vue-cli 3.x | 项目脚手架 | [https://cli.vuejs.org/zh/](https://cli.vuejs.org/zh/) | | element-ui | 前端UI框架 | [https://element.eleme.io/](https://element.eleme.io/) | | mavon-editor | vue插件 markdown编辑器 | [https://github.com/hinesboy/mavonEditor](https://github.com/hinesboy/mavonEditor) | | html2canvas | 将html生成图片 | [https://github.com/niklasvh/html2canvas](https://github.com/niklasvh/html2canvas) | | jspdf | 将图片转换成PDF文档 | [https://mozilla.github.io/pdf.js/examples/](https://mozilla.github.io/pdf.js/examples/) | **如下是该项目的安装运行步骤**:arrow_down_small: ## 将本项目克隆至本地 ``` git clone git@github.com:ZhengMaster2020/vue-reume-online.git cd vue-resume-online ``` ## 安装依赖 ``` npm install ``` ### 启动项目 ``` npm run serve ``` ### 打包项目 ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). [1]: https://github.com/ZhengMaster2020/vue-reume-online