Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lemonnekogh/vue-plugin-v-rap
- Owner: LemonNekoGH
- License: mit
- Created: 2024-07-06T19:02:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T08:04:33.000Z (6 months ago)
- Last Synced: 2024-10-08T11:44:42.377Z (3 months ago)
- Language: TypeScript
- Homepage: https://jsfiddle.net/LemonNekoFiddle/vs4mpq8e/3/
- Size: 4.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.~~