Suite Usage $ yarn add @freshes/suite humans.js import Vue from 'vue' import { suite } from '@freshes/suite' import { btn } from '@humans/btn' Vue.use(suite(btn)) Contribute install $ yarn install build the library $ yarn run build test the library $ yarn test