README.md 1.1 KB
Newer Older
L
LeoKu 已提交
1 2 3
<div align="center">
  <h1>Vue Color Avatar</h1>

L
LeoKu 已提交
4
  <p>🧑‍🦱 A playful avatar generator 🧑‍🦳</p>
L
LeoKu 已提交
5

L
LeoKu 已提交
6
[简体中文](./README-CN.md)
L
LeoKu 已提交
7 8 9

</div>

L
LeoKu 已提交
10 11
<a href="https://vue-color-avatar.vercel.app">
  <img src="./images/social-preview-1.png" alt="website-cover" />
L
LeoKu 已提交
12
</a>
L
LeoKu 已提交
13

L
LeoKu 已提交
14 15 16 17 18 19
## Preview

[`https://vue-color-avatar.vercel.app`](https://vue-color-avatar.vercel.app)

## Introduction

L
LeoKu 已提交
20
**This is a vector style avatar generator, you can match different material components to generate your own personalized avatar.**
L
LeoKu 已提交
21 22 23 24 25 26 27

Features you might be interested in:

- Visual component configuration bar
- Randomly generate an avatar
- Redo/Undo
- i18n
L
LeoKu 已提交
28
- Generate multiple avatars in batch
L
LeoKu 已提交
29 30 31

## Assets

L
LeoKu 已提交
32 33
> **Note**
> The avatar assets implementation of [Avatar Illustration System](https://www.figma.com/community/file/829741575478342595) by Micah Lanier. And the licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
L
LeoKu 已提交
34 35 36

## Develop

L
LeoKu 已提交
37
This project is built with `Vue3` + `Vite`.
L
LeoKu 已提交
38 39 40 41 42 43 44 45 46 47 48

```sh
# 1. Clone project
git clone https://github.com/Codennnn/vue-color-avatar.git

# 2. Install dependencies
yarn install

# 3. Run
yarn dev
```