Files
Archive/vue-color-avatar
2025-07-24 20:41:17 +02:00
..
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-11-04 19:36:07 +01:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00

Vue Color Avatar

🧑‍🦱 A playful avatar generator 🧑‍🦳

简体中文

website-cover

Preview

https://vue-color-avatar.leoku.dev

Introduction

This is a vector style avatar generator, you can match different material components to generate your own personalized avatar.

Features you might be interested in:

  • Visual component configuration bar
  • Randomly generate an avatar
  • Redo/Undo
  • i18n
  • Generate multiple avatars in batch

Project Documentation

Want to dive deeper into the project architecture, code organization, and technical implementation?

🔍 Explore DeepWiki AI Documentation

DeepWiki uses AI technology to automatically analyze the entire project, providing:

  • 📋 Project architecture overview
  • 🔍 Code structure analysis
  • 💡 Core functionality insights
  • 🗺️ Component dependency diagrams
  • 🚀 Implementation details and best practices

Perfect for newcomers to get started quickly and contributors to understand the project deeply

Assets

Note


The avatar assets implementation of Avatar Illustration System by Micah Lanier. And the licensed under CC BY 4.0.

Develop

This project is built with Vue3 + Vite.

# 1. Clone project
git clone https://github.com/Codennnn/vue-color-avatar.git

# 2. Install dependencies
yarn install

# 3. Run
yarn dev

Docker deploy

#clone the code
git clone https://github.com/Codennnn/vue-color-avatar.git

#docker build
cd vue-color-avatar/
docker build -t vue-color-avatar:latest .

#start server
docker run -d -p 3000:80 --name vue-color-avatar vue-color-avatar:latest

Once the container is running, open your browser and visit: