An online avatar generator just for fun | 一个纯前端实现的头像生成网站 vue-color-avatar.leoku.dev
Go to file
2021-10-17 16:13:09 +08:00
.husky first commit 2021-10-16 18:29:32 +08:00
images update social preview image 2021-10-16 18:38:52 +08:00
public update 2021-10-16 18:44:56 +08:00
src feat: improve the accessibility 2021-10-17 16:13:09 +08:00
.eslintrc.js first commit 2021-10-16 18:29:32 +08:00
.gitignore first commit 2021-10-16 18:29:32 +08:00
.lintstagedrc.js first commit 2021-10-16 18:29:32 +08:00
.prettierrc.js first commit 2021-10-16 18:29:32 +08:00
.stylelintrc.js first commit 2021-10-16 18:29:32 +08:00
index.html first commit 2021-10-16 18:29:32 +08:00
package.json first commit 2021-10-16 18:29:32 +08:00
README-EN.md update social preview image 2021-10-16 18:38:52 +08:00
README.md update social preview image 2021-10-16 18:38:52 +08:00
tsconfig.json first commit 2021-10-16 18:29:32 +08:00
vite.config.ts first commit 2021-10-16 18:29:32 +08:00
yarn.lock first commit 2021-10-16 18:29:32 +08:00

Vue Color Avatar

🧑‍🦱 一个纯前端实现的头像生成网站 🧑‍🦳

Read In English

preview

preview

在线预览

https://vue-color-avatar.vercel.app

🥳 介绍

根据你喜好的风格,通过组合不同的头像组件来生成生成千变万化的头像。

设计资源

目前该项目所使用的所有头像素材均来自于 Figma 社区作者Micah Lanier。请注意虽然该项目是 MIT 协议,但是素材的设计基于 CC BY 4.0 协议。如果你有好的创意素材,欢迎补充~

项目开发

该项目使用 Vue3 + Vite 进行开发。

# 1. 克隆项目至本地
git clone https://github.com/Codennnn/vue-color-avatar.git

# 2. 安装项目依赖
yarn install

# 3. 运行项目
yarn dev