Skip to content

Commit

Permalink
docs(vue): added @ionic/core to the vue README
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 authored Nov 16, 2018
1 parent 09752c0 commit ac3e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit ac3e065

Please sign in to comment.