An open API service indexing awesome lists of open source software.

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 的简历模板

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
```