generated from varletjs/varlet-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9da38c8
commit 254e9f8
Showing
1 changed file
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,29 @@ | ||
# 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! | ||
## 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 | ||
``` | ||
[gwb Resume Online Preview](lotosv2010.github.io/gwb-resume/) | ||
|
||
### Usage | ||
|
||
#### Development | ||
|
||
``` | ||
```shell | ||
pnpm dev | ||
``` | ||
|
||
#### Build | ||
|
||
``` | ||
```shell | ||
pnpm build | ||
``` | ||
|
||
#### Preview | ||
|
||
``` | ||
```shell | ||
pnpm preview | ||
``` | ||
``` |