Getting Started
TIP
This guide will assumes you are already know the basic usage of Vue and Vue Composition-API.
Installation
vueposu supports both Vue 3 and 2, but if you are using Vue 2
must ensure installed @vue/composition-api
.
Vue 3
# install with npm
npm i vueposu
# install with yarn
yarn add vueposu
Vue 2
# install with npm
npm i vueposu @vue/composition-api
# install with yarn
yarn add vueposu @vue/composition-api