MCPcopy Index your code
hub / github.com/anteriovieira/vue-youtube

github.com/anteriovieira/vue-youtube @v1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.1 ↗ · + Follow
15 symbols 33 edges 10 files 0 documented · 0% 2 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

VueYoutube

npm vue2

A Vue.js Plugin

Installation

npm install --save vue-youtube

Usage

Bundler (Webpack, Rollup)

import Vue from 'vue'
import VueYoutube from 'vue-youtube'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import 'vue-youtube/dist/vue-youtube.css'

Vue.use(VueYoutube)

Browser



<link rel="stylesheet" href="https://github.com/anteriovieira/vue-youtube/raw/v1.0.1/vue-youtube/dist/vue-youtube.css"></link>
<script src="https://github.com/anteriovieira/vue-youtube/raw/v1.0.1/vue-youtube/dist/vue-youtube.js"></script>


<link rel="stylesheet" href="https://unpkg.com/vue-youtube/dist/vue-youtube.css"></link>
<script src="https://unpkg.com/vue-youtube"></script>

Development

Launch visual tests

npm run dev

Launch Karma with coverage

npm run dev:coverage

Build

Bundle the js and css of to the dist folder:

npm run build

Publishing

The prepublish hook will ensure dist files are created before publishing. This way you don't need to commit them in your repository.

# Bump the version first
# It'll also commit it and create a tag
npm version
# Push the bumped package and tags
git push --follow-tags
# Ship it 🚀
npm publish

License

MIT

Core symbols most depended-on inside this repo

Shape

Function 15

Languages

TypeScript100%

Modules by API surface

test/helpers/utils.js5 symbols
src/components/Youtube.jsx4 symbols
test/helpers/wait-for-update.js3 symbols
test/helpers/index.js2 symbols
src/index.js1 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add vue-youtube \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page