An online avatar generator just for fun | 一个纯前端实现的头像生成网站 vue-color-avatar.leoku.dev
Go to file
2022-07-25 20:40:12 +08:00
.husky first commit 2021-10-16 18:29:32 +08:00
images Update preview image 2022-03-14 23:52:03 +08:00
landing-page chore: update 2021-12-11 00:40:19 +08:00
public chore: add analytics 2021-10-19 21:12:37 +08:00
src Migrate Vite to v3 2022-07-25 20:40:12 +08:00
.eslintrc.js chore: add locale 2022-05-04 11:34:34 +08:00
.gitignore test: add jest 2021-10-17 20:31:36 +08:00
.lintstagedrc.js first commit 2021-10-16 18:29:32 +08:00
.prettierrc.js chore: upgrade eslint to 8.x & fix rules 2021-10-31 10:12:27 +08:00
.stylelintrc.js chore: upgrade stylelint to 14.x 2021-10-31 10:12:46 +08:00
babel.config.js test: add jest 2021-10-17 20:31:36 +08:00
index.html Add download multiple support 2022-06-12 14:38:40 +08:00
jest.config.js chore: add analytics 2021-10-19 21:12:37 +08:00
LICENSE Create LICENSE 2021-10-19 14:30:19 +08:00
package.json Migrate Vite to v3 2022-07-25 20:40:12 +08:00
README-EN.md Update README-EN.md 2022-06-12 14:46:08 +08:00
README.md Update README.md 2022-07-13 14:37:19 +08:00
tsconfig.json first commit 2021-10-16 18:29:32 +08:00
vite.config.ts chore: update vite config 2021-12-07 21:54:25 +08:00
yarn.lock Migrate Vite to v3 2022-07-25 20:40:12 +08:00

Vue Color Avatar

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

Read in English

website-preview

在线预览

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

介绍

这是一款矢量风格头像的生成器,你可以搭配不同的素材组件,生成自己的个性化头像。

你可能感兴趣的功能:

  • 可视化组件配置栏
  • 随机生成头像,有一定概率触发彩蛋
  • 撤销/还原更改
  • 国际化多语言
  • 批量下载多个头像

设计资源

Note


虽然该项目是 MIT 协议,但是素材资源基于 CC BY 4.0 协议。如果你有好的创意素材,欢迎补充!

项目开发

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

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

# 2. 安装项目依赖
yarn install

# 3. 运行项目
yarn dev