https://github.com/hhstore/vue2-resume
简历生成器: 快速使用 vue2.js 和 semantic-ui 生成漂亮简历
https://github.com/hhstore/vue2-resume
cv pdf resume resume-creator semantic-ui vue vue2 vuejs
Last synced: 6 months ago
JSON representation
简历生成器: 快速使用 vue2.js 和 semantic-ui 生成漂亮简历
- Host: GitHub
- URL: https://github.com/hhstore/vue2-resume
- Owner: hhstore
- Created: 2017-07-17T08:02:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T10:44:07.000Z (over 1 year ago)
- Last Synced: 2025-03-20T21:33:17.092Z (7 months ago)
- Topics: cv, pdf, resume, resume-creator, semantic-ui, vue, vue2, vuejs
- Language: JavaScript
- Homepage:
- Size: 970 KB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue2-resume
## 说明:
- 基于 `vue2.js` 和 `semantic-ui` 实现的 本地 `简历` 生成工具.
- 支持`导出PDF`(利用浏览器的导出功能)
- 支持`打印`## 使用方法:
### 1. 安装+启动:
- 安装:
```bash
# 下载本项目:
git clone git@github.com:hhstore/vue2-resume.git# 切换到项目目录:
cd vue2-resume# 安装依赖包:
make install# 启动:
make run```
- 浏览器查看简历: `http://localhost:8080/#/`
### 2. 自主修改简历模板:
- 简历内容配置文件: `./src/assets/cv.json`
- 项目启动后, 简历页面会随配置文件修改而自动刷新### 3. 简历打印预览效果:
