Getting started

Install

  npm install --save vue-seo

Or you can the the main javascript file and host it wherever you want (preferably on a CDN).

There are no dependency (except vue>=1.0.21 of course)

Load

If you are using a bundler:


import VueSEO from 'vue-seo'

If you are loading script the "old" way:

<script src="path_to_vue-seo.js"></script>

Start

  Vue.use(VueSEO, /* options here */);