Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lotosv2010 authored Dec 29, 2023
0 parents commit 3fd755f
Show file tree
Hide file tree
Showing 40 changed files with 2,146 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/deploy-resume.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Deploy Resume

on:
push:
branches: [main]

jobs:
deploy-resume:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7

- name: Set node version to 16
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Build resume
run: pnpm build

- name: Deploy resume
uses: JamesIves/[email protected]
with:
branch: gh-page
folder: dist
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
dist

.vscode
.idea
.DS_Store
21 changes: 21 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2023 varlet-resume

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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
```
43 changes: 43 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# VARLET RESUME

[English](https://github.com/varletjs/varlet-resume/blob/main/README.md) | 中文

一个基于 [Varlet](https://github.com/varletjs/varlet) 开发的简历模板

## 尝试一下

### 在线预览

[在线预览简历模板](https://varletjs.github.io/varlet-resume/)

### 通过 Github 模板使用

[通过该模板仓库创建一个你的简历仓库](https://github.com/varletjs/varlet-resume/generate)

### 克隆到本地

```
npx degit varletjs/varlet-resume my-resume
cd my-resume
pnpm i
```

### 使用方式

#### 启动开发环境

```
pnpm dev
```

#### 构建

```
pnpm build
```

#### 预览

```
pnpm preview
```
5 changes: 5 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Generated by 'unplugin-auto-import'
export {}
declare global {

}
46 changes: 46 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
IconAccountGroup: typeof import('./src/components/icons/iconAccountGroup.vue')['default']
IconCake: typeof import('./src/components/icons/IconCake.vue')['default']
IconCalendar: typeof import('./src/components/icons/IconCalendar.vue')['default']
IconCash: typeof import('./src/components/icons/iconCash.vue')['default']
IconCity: typeof import('./src/components/icons/IconCity.vue')['default']
IconEmail: typeof import('./src/components/icons/IconEmail.vue')['default']
IconGithub: typeof import('./src/components/icons/IconGithub.vue')['default']
IconPhone: typeof import('./src/components/icons/iconPhone.vue')['default']
IconPost: typeof import('./src/components/icons/IconPost.vue')['default']
IconSchool: typeof import('./src/components/icons/IconSchool.vue')['default']
IconTencent: typeof import('./src/components/icons/IconTencent.vue')['default']
IconWechat: typeof import('./src/components/icons/iconWechat.vue')['default']
ResumeAppBar: typeof import('./src/components/ResumeAppBar.vue')['default']
ResumeBlank: typeof import('./src/components/ResumeBlank.vue')['default']
ResumeBlock: typeof import('./src/components/ResumeBlock.vue')['default']
ResumeBlockCompactItem: typeof import('./src/components/ResumeBlockCompactItem.vue')['default']
ResumeBlockItem: typeof import('./src/components/ResumeBlockItem.vue')['default']
ResumeFill: typeof import('./src/components/ResumeFill.vue')['default']
ResumeProfile: typeof import('./src/components/ResumeProfile.vue')['default']
ResumeSkills: typeof import('./src/components/ResumeSkills.vue')['default']
ResumeTimeline: typeof import('./src/components/ResumeTimeline.vue')['default']
VarAppBar: typeof import('@varlet/ui')['_AppBarComponent']
VarAvatar: typeof import('@varlet/ui')['_AvatarComponent']
VarButton: typeof import('@varlet/ui')['_ButtonComponent']
VarCell: typeof import('@varlet/ui')['_CellComponent']
VarCol: typeof import('@varlet/ui')['_ColComponent']
VarIcon: typeof import('@varlet/ui')['_IconComponent']
VarPaper: typeof import('@varlet/ui')['_PaperComponent']
VarProgress: typeof import('@varlet/ui')['_ProgressComponent']
VarRow: typeof import('@varlet/ui')['_RowComponent']
VarSpace: typeof import('@varlet/ui')['_SpaceComponent']
VarStep: typeof import('@varlet/ui')['_StepComponent']
VarSteps: typeof import('@varlet/ui')['_StepsComponent']
}
}
1 change: 1 addition & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
22 changes: 22 additions & 0 deletions index.html

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@varlet/resume",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"bump": "pnpm update @varlet/touch-emulator @varlet/ui"
},
"dependencies": {
"@varlet/touch-emulator": "^2.18.2",
"@varlet/ui": "^2.18.2",
"vue": "^3.2.41"
},
"devDependencies": {
"@types/node": "^16.11.68",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.7",
"@vue/tsconfig": "^0.1.3",
"less": "4.1.3",
"typescript": "4.7.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.0.4"
}
}
Loading

0 comments on commit 3fd755f

Please sign in to comment.