mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-28 02:24:04 +03:00
881 B
881 B
Installation
Download / CDN
https://unpkg.com/vue-meta/lib/vue-meta.js
For the latest version in the v1.x branch you can use:
https://unpkg.com/vue-meta@1/lib/vue-meta.js
Or you can replace 1 with the full version number you wish to use.
If you include vue-meta after Vue it will install automatically
Uncompressed:
<script src="https://unpkg.com/vue-meta/lib/vue-meta.js"></script>
Minified:
<script src="https://unpkg.com/vue-meta/lib/vue-meta.min.js"></script>
Package manager
Yarn
$ yarn add vue-meta
npm
$ npm install vue-meta --save
Install
You need to explicitly install vue-meta when using a package manager
import Vue from 'vue'
import VueMeta from 'vue-meta'
Vue.use(VueMeta)