mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 03:32:38 +00:00
3d69e0949e
feat: use pinia instead of vuex to manage status |
||
---|---|---|
.husky | ||
images | ||
landing-page | ||
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.lintstagedrc.js | ||
.prettierrc.js | ||
.stylelintrc.js | ||
babel.config.js | ||
index.html | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
README-CN.md | ||
README.md | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
Preview
https://vue-color-avatar.vercel.app
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
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