## Project setup ``` yarn install ```
npm install @waggingtail/waggingtail-components
npm install @waggingtail/waggingtail-componentsor, using yarn
yarn add @waggingtail/waggingtail-components
`Then import and register the library
`
import Vue from "vue"
import WaggingtailComponents from "@waggingtail/waggingtail-components"Vue.use(WaggingtailComponents)
`$3
See Configuration Reference.