1.0.1 • Published 7 years ago
@freshes/suite v1.0.1
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