Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opeolluwa/vue-greetings

A vue component that returns greeting based on day, time and season. Ideal for welcome messages in dashboard and user profile
https://github.com/opeolluwa/vue-greetings

dashboard- vue-

Last synced: 3 days ago
JSON representation

A vue component that returns greeting based on day, time and season. Ideal for welcome messages in dashboard and user profile

Awesome Lists containing this project

README

        

# Vue Greetings

A vue component that returns greeting based on day, time and season. Ideal for welcome messages in dashboard and user profile

## Installation
- Vue CLI
```bash
npm install vue-greetings
```
- script tag
```html

```
## Basic Use
- Register as a global component
```js
import Vue from "vue";
import VueGreeting from "VueGreeting";
Vue.component("vue-greeting", VueGreeting);
```
then in vue components
```html

```

- Register as Local Component
```html



import VueGreetings from "vue-greetings"
export default {
components:{
VueGreetings
}
}

```
## Support me

Hi, I'm Opeoluwa! 👋


I'm a full stack developer devoted to building community project...

If you find the plugin helpful, consider [buying me pizza 🍕](https://getfidia.com/pay/opeolluwa/open-source)