dusk-resume-template 更新至 1.1,支持本地可视化编辑和导入导出

155 阅读1分钟

dusk-resume-template

一个基于 Vue 3 和 ElementPlus 的简历网页模板,方便展示项目链接、二维码和截图等信息。

Github:github.com/CoderDusk/d…

截图

截图

安装

yarn install

运行调试

yarn serve

http://localhost:8080/#/edit 编辑简历 http://localhost:8080/#/preview 预览简历

编辑和预览基于浏览器本地存储的数据,编辑完成后请点击 导出简历,并将生成的 data.json(名字一定要一致) 放入 /src 文件夹替换原有文件

http://localhost:8080/#/ 最终展示效果,数据来自 data.json

打包

yarn build

打包完成后把 /dist 文件夹下的静态文件放到 Web 服务器的相应文件夹下即可访问