@lite-embed/vue
Advanced tools
Comparing version 1.0.0-canary.7 to 1.0.0
{ | ||
"name": "@lite-embed/vue", | ||
"version": "1.0.0-canary.7", | ||
"description": "> TODO: description", | ||
"homepage": "https://github.com/danestves/lite-embed#readme", | ||
"version": "1.0.0", | ||
"description": "Embed a YouTube or Vimeo video in your Vue app", | ||
"homepage": "https://lite-embed.vercel.app/docs/vue/installation", | ||
"bugs": { | ||
@@ -47,3 +47,3 @@ "url": "https://github.com/danestves/lite-embed/issues" | ||
"dependencies": { | ||
"@lite-embed/utils": "1.0.0-canary.7" | ||
"@lite-embed/utils": "1.0.0" | ||
}, | ||
@@ -54,8 +54,8 @@ "devDependencies": { | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-vue": "^8.5.0", | ||
"eslint-plugin-vue": "^8.7.1", | ||
"eslint-plugin-vuejs-accessibility": "^1.1.1", | ||
"vue": "^3.2.31" | ||
"vue": "^3.2.33" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.2.31" | ||
"vue": "^3.2.33" | ||
}, | ||
@@ -65,3 +65,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e367066c0dcd8a4e3992d888b7ac25681ddfc516" | ||
"gitHead": "b413ad017b65fe90c9f927478670672d567058af" | ||
} |
@@ -1,11 +0,19 @@ | ||
# `@lite-embed/vue` | ||
# @lite-embed/vue | ||
> TODO: description | ||
This package hosts the Vue components to use with the lite-embed library. | ||
## Usage | ||
## Installation | ||
Install the package in your project directory with: | ||
```sh | ||
// with npm | ||
npm install @lite-embed/vue | ||
// with yarn | ||
yarn add @lite-embed/vue | ||
``` | ||
const vueYoutube = require('@lite-embed/vue'); | ||
// TODO: DEMONSTRATE API | ||
``` | ||
## Documentation | ||
[The documentation](https://lite-embed.vercel.app/docs/vue/quick-start) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
55578
1
20
+ Added@lite-embed/utils@1.0.0(transitive)
- Removed@lite-embed/utils@1.0.0-canary.7(transitive)
Updated@lite-embed/utils@1.0.0