Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lemonnekogh/vue-plugin-v-rap

It just replace your element with a rap video if it has a attribute called: v-rap
https://github.com/lemonnekogh/vue-plugin-v-rap

Last synced: about 2 months ago
JSON representation

It just replace your element with a rap video if it has a attribute called: v-rap

Awesome Lists containing this project

README

        

# vue-plugin-v-rap
Why not check the [live demo](https://jsfiddle.net/LemonNekoFiddle/vs4mpq8e/7/) first?
## Usage
`main.ts`
```typescript
import { createApp } from 'vue'
import { pluginRap } from '@lemonneko/vue-plugin-v-rap'
import App from './App.vue'

createApp(App)
.use(pluginRap, 'A link of a video about rap')
.mount('#app')
```
`App.vue`
```


You can put anything here if you want.

```
## ~~TODO LIST~~ ROAD MAP
Yes, I am serious, there are todo list of this project.
- [ ] Set value of `v-rap` to `false` to stop rap, back the elements to you.
- [ ] Set value of `v-rap` to `2024` to rap in VueConf China 2024.
- [ ] ~~Set value of `v-rap` to `2025` to rap in VueConf China 2025.~~
- [ ] ~~Set value of `v-rap` to `2026` to rap in VueConf China 2026.~~