0.0.8 • Published 3 years ago
@webzlodimir/vue-avatar v0.0.8
Vue Avatar
Simple and easy to use avatar component for Vue 3

Install
Yarn
yarn add @webzlodimir/vue-avatarNpm
npm i @webzlodimir/vue-avatarUse
Vue 3
Just import component and styles in script section
<script setup>
import VueAvatar from "@webzlodimir/vue-avatar";
import "@webzlodimir/vue-avatar/dist/style.css";
</script>And use it in template tag
<template>
<vue-avatar username="Simple User" />
</template>Develop
To start develop server with demo use command
yarn demoor
npm run demoTo start develop docs, use command
yarn docs:devor
npm run docs:dev