https://github.com/varletjs/varlet-resume
A resume template based on Varlet / 一个基于 Varlet 的简历模板
https://github.com/varletjs/varlet-resume
material-design resume varlet vue3
Last synced: 4 months ago
JSON representation
A resume template based on Varlet / 一个基于 Varlet 的简历模板
- Host: GitHub
- URL: https://github.com/varletjs/varlet-resume
- Owner: varletjs
- License: mit
- Created: 2023-02-28T16:14:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:55:17.000Z (about 2 years ago)
- Last Synced: 2025-06-11T19:50:46.894Z (about 1 year ago)
- Topics: material-design, resume, varlet, vue3
- Language: HTML
- Homepage: https://varletjs.github.io/varlet-resume/
- Size: 1.69 MB
- Stars: 43
- Watchers: 1
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VARLET RESUME
English | [中文](https://github.com/varletjs/varlet-resume/blob/main/README.zh-CN.md)
A resume template based on [Varlet](https://github.com/varletjs/varlet)
## Try it Now!
### Online Preview
[Varlet Resume Online Preview](https://varletjs.github.io/varlet-resume/)
### Github Template
[Create a repo from this template on GitHub.](https://github.com/varletjs/varlet-resume/generate)
### Clone to local
```
npx degit varletjs/varlet-resume my-resume
cd my-resume
pnpm i
```
### Usage
#### Development
```
pnpm dev
```
#### Build
```
pnpm build
```
#### Preview
```
pnpm preview
```