Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.36 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.36 KB

开发者在线简历 vue-online-resume

固定排版,不固定数量,可以根据模版在线编辑和修改,导出pdf,

vue online edit resume export pdf, edit markdown export resume

预览地址:

学习

  • vue-loader 没有 vue-template-compiler 编译.vue文件
npm install ant-design-vue --save
  • vue-style-loader 解析、编译vue单文件组件中的样式

  • vue-loader 解析、编译vue单文件组件

  • HTML5全局 contenteditable 属性

插件

https://github.com/sparksuite/simplemde-markdown-editor

规范

commit 提交 Git 时规范

问题

  • gh-pages 出现404

mode: 'hash', // 设置为history gh-pages 出现404 如果想设置为history,是需要服务端设置的,而github 只是静态资源,不支持Nodejs、Java、Nginx等设置

不足之处

导出的pdf是通过canvas截图,不支持搜索文字

参考文章