docs(vue): added @ionic/core to the vue README

This commit is contained in:
Josh Thomas
2018-11-16 11:56:51 -05:00
committed by GitHub
parent 09752c04ff
commit ac3e065b3e

View File

@@ -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';