Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/opeolluwa/vue-greetings
- Owner: opeolluwa
- License: mit
- Created: 2021-12-22T00:39:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T13:27:22.000Z (about 3 years ago)
- Last Synced: 2025-01-12T15:47:38.563Z (27 days ago)
- Topics: dashboard-, vue-
- Language: JavaScript
- Homepage: https://opeolluwa.github.io/vue-greetings/
- Size: 2.63 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 meHi, 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)