From f6e533a4441101f7ced41a17d9491a1890058e9d Mon Sep 17 00:00:00 2001 From: pimlie Date: Tue, 2 Apr 2019 14:01:40 +0200 Subject: [PATCH] docs: add frameworks warning for install --- docs/guide/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index 3c88b02..e541058 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -2,7 +2,7 @@ :::tip Using a framework? -Are you using a framework like Nuxt.js, Gridsome or another one which uses vue-meta? Then `vue-meta` should already be installed and you can skip to [Usage](/guide/metainfo.html) or consult the [documentation](/guide/frameworks.html) of your framework for more details. +Are you using a framework like Nuxt.js, Gridsome or another one which uses vue-meta? Then `vue-meta` should already be installed and you can skip to [Usage](/guide/metainfo.html) or consult the [documentation](/guide/frameworks.html) of your framework for more information. ::: ## Download / CDN @@ -38,7 +38,13 @@ $ npm i vue-meta ``` ### Install -You need to explicitly install vue-meta when using a package manager + +:::warning Using a framework? + +If you use a framework like Nuxt.js or Gridsome this step is most likely **not** required. Consult the [documentation](/guide/frameworks.html) of your framework for more information +::: + +If you add `vue-meta` with a package manager, you will need to install the `vue-meta` plugin manually: ```js import Vue from 'vue'