mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 20:12:47 +00:00
48 lines
987 B
Markdown
48 lines
987 B
Markdown
<div align="center">
|
|
<h1>Vue Color Avatar</h1>
|
|
|
|
<p>🧑🦱 A front-end only avatar generation website 🧑🦳</p>
|
|
|
|
[简体中文](./README.md)
|
|
|
|
</div>
|
|
|
|
<a>
|
|
<img src="./images/social-preview-1.png" alt="website-preview" />
|
|
</a>
|
|
|
|
## Preview
|
|
|
|
[`https://vue-color-avatar.vercel.app`](https://vue-color-avatar.vercel.app)
|
|
|
|
## Introduction
|
|
|
|
**By swapping components around, you can build your own avatar.**
|
|
|
|
Features you might be interested in:
|
|
|
|
- Visual component configuration bar
|
|
- Randomly generate an avatar
|
|
- Redo/Undo
|
|
- i18n
|
|
- Generate multiple avatars in batch
|
|
|
|
## Assets
|
|
|
|
Implementation of [Avatar Illustration System](https://www.figma.com/community/file/829741575478342595) by Micah Lanier. Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
|
|
|
## Develop
|
|
|
|
This project is implemented using `Vue3`.
|
|
|
|
```sh
|
|
# 1. Clone project
|
|
git clone https://github.com/Codennnn/vue-color-avatar.git
|
|
|
|
# 2. Install dependencies
|
|
yarn install
|
|
|
|
# 3. Run
|
|
yarn dev
|
|
```
|