vue-color-avatar/README-EN.md
2021-10-16 18:29:32 +08:00

38 lines
784 B
Markdown

<div align="center">
<h1>Vue Color Avatar</h1>
<p>🧑‍🦱 A pure front-end avatar generation website 🧑‍🦳</p>
[简体中文](./README.md)
</div>
![preview](./images/social-preview.png)
## Preview
[`https://vue-color-avatar.vercel.app`](https://vue-color-avatar.vercel.app)
## Introduction
By swapping components around, you can build your own avatar.
## 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
```