An online avatar generator just for fun | 一个纯前端实现的头像生成网站 vue-color-avatar.leoku.dev
Go to file
2021-12-10 23:53:01 +08:00
.husky first commit 2021-10-16 18:29:32 +08:00
images chore: update social preview 2021-12-10 23:52:23 +08:00
landing-page chore: update social preview 2021-12-10 23:53:01 +08:00
public chore: add analytics 2021-10-19 21:12:37 +08:00
src refactor: remove global import scss variables 2021-10-31 10:41:44 +08:00
.eslintrc.js chore: upgrade eslint to 8.x & fix rules 2021-10-31 10:12:27 +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 chore: add twitter open graph 2021-12-04 23:15:49 +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 chore: upgrade stylelint to 14.x 2021-10-31 10:12:46 +08:00
README-EN.md chore: update social preview 2021-12-10 23:52:23 +08:00
README.md chore: update social preview 2021-12-10 23:52:23 +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 chore: upgrade stylelint to 14.x 2021-10-31 10:12:46 +08:00

Vue Color Avatar

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

Read In English

website-preview

在线预览

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

介绍

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

你可能感兴趣的功能:

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

设计资源

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

项目开发

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

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

# 2. 安装项目依赖
yarn install

# 3. 运行项目
yarn dev