plugin-button

0.5.0 • Public • Published

plugin-button

Animation

Este pacote precisa do VUEX instalando no seu projeto para poder funcionar.

Para instalar

npm i plugin-button

yarn add plugin-button

Para usar

import Vue from 'vue'
import store from './store.js';

import SimpleButton from 'plugin-button';
Vue.use(SimpleButton, { store })


new Vue({
  store,
  render: h => h(App),
}).$mount('#app')

Readme

Keywords

none

Package Sidebar

Install

npm i plugin-button

Weekly Downloads

0

Version

0.5.0

License

none

Unpacked Size

1.18 MB

Total Files

19

Last publish

Collaborators

  • tonhaosantos