From ac3e065b3edcc2c2590a3ffb8293e6a915324dab Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Fri, 16 Nov 2018 11:56:51 -0500 Subject: [PATCH] docs(vue): added @ionic/core to the vue README --- vue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/README.md b/vue/README.md index 2afdf85a344..ca612920916 100644 --- a/vue/README.md +++ b/vue/README.md @@ -2,7 +2,7 @@ Ionic Vue.js specific building blocks on top of [@ionic/core](https://www.npmjs.com/package/@ionic/core) components. -To get started simply install `@ionic/vue` with npm into your project and then register it as a plugin to your vue application. +To get started simply install `@ionic/vue` and `@ionic/core` with npm into your project and then register `@ionic/vue` as a plugin to your vue application. ```ts import Vue from 'vue';