@histify/ui
v2.1.0
Published
Collection of reusable vue components.
Downloads
303
Keywords
Readme
Histify UI
A collection of reusable opinionated vue components.
Installation
Install as a vue plugin:
import Vue from 'vue'
import HistifyUI from '@histify/ui'
Vue.use(HistifyUI)
Development
pnpm run dev
Testing
pnpm run test-e2e
pnpm run test-unit