Giter Site home page Giter Site logo

vuetube-example-plugin's Introduction

VueTube icon
Logo by @afnzmn

This example plugin will help you to develop your own plugins for VueTube.
The main VueTube repository can be found here. The documentation of plugins can be found here.

Example plugin

module.exports = {
  manifest: {
    name: "Test plugin", // Required
    vuetube: "*",
    version: "1.0", // Required
    author: "Frontesque", // Required
    description: "A plugin to test how vuetube handles plugins // Add 'Hello, World!' to the home page.", // Required
    homepage: "https://github.com/Frontesque/VueTube-Example-Plugin",
    license: "GPL-3.0" // Required
  },

  /************************* 
   * Execute code on ALL VueTube pages
   ************************/
  global: function() {

  },

  /************************* 
   * Execute code on SPECIFIC VueTube pages
   * 
   * You can view what page you intend to inject code into by looking at `~/NUXT/pages/` in the main VueTube repo
   ************************/
  pages: {
    home: function() { // Execute code on JUST the home page

    }
  }

}

Another repositories

VueTube App
VueTube Extractor
VueTube HTTP

vuetube-example-plugin's People

Contributors

frontesque avatar gayolgate avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.