Skip to content

trunda/avatio-ui

Repository files navigation

Avatio

UI for creating your own avatar. All application is VueJS 2 based and is online for free use at https://avatio.cool. Original vector illustrations are designed by Teneresa.

This is the web and selector UI, there are also 2 other repositories

  1. Avatar - VueJs component to display avatar's svg code based on options and configuration.
  2. Server - VueJs SSR server which is able to render SVG and PNG image based on query parameters (like this or this).

Project setup

After you clone the repository

yarn install

And then you can compile and hot-reload changes for development

yarn run serve

Compile and minifie for production is done by

yarn run build