Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loveyunk/vue-base-button
Vue Base Button Component
https://github.com/loveyunk/vue-base-button
vue-component vuejs2
Last synced: about 1 month ago
JSON representation
Vue Base Button Component
- Host: GitHub
- URL: https://github.com/loveyunk/vue-base-button
- Owner: loveyunk
- License: mit
- Created: 2020-02-25T07:34:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T08:53:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T08:04:38.273Z (about 2 months ago)
- Topics: vue-component, vuejs2
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@loveyunk/vue-base-button
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-base-button
> Vue Base Button Component
## Install
```bash
npm install @loveyunk/vue-base-button --save
```## Usage
```js
Button
import VueBaseButton from '@loveyunk/vue-base-button';
export default {
components: { VueBaseButton }
}```
## License
MIT © [loveyunk](https://github.com/loveyunk)