Skip to content

steven5538/vue-button

Repository files navigation

vue-button

Button component for Vue.js v2.0.1+.

Installation

NPM (Recommended)

$ npm install vue-button

manual

Just download dist/vue-button.js and include it in your HTML file:

<script src="path/to/vue-button/dist/vue-button.js"></script>

Usage

<v-button> Hello </v-button>

ES Modules with NPM & vue-loader (Recommended)

import Vue from 'Vue' import VueButton from 'vue-button' // register component to use Vue.component('v-button', VueButton)

About

Button component for Vue.js v2.0.1+.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published