Skip to content

Commit

Permalink
updated main README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Noyes committed Sep 26, 2018
1 parent 35ae88e commit 46f5989
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ $ npm install aws-amplify-angular --save

Visit our [Installation Guide for Web](https://aws.github.io/aws-amplify/media/install_n_config?platform=javascript) to start building your web app.

__Vue__

If you are developing a [Vue](https://github.com/vuejs/vue) app, you can install an additional package `aws-amplify-vue`. This package contains a [Vue plugin](https://vuejs.org/v2/guide/plugins.html) for the Amplify library along with [Vue components](https://vuejs.org/v2/guide/components.html).

```bash
$ npm install aws-amplify --save
$ npm install aws-amplify-vue --save
```

Visit our [Installation Guide for Web](https://aws-amplify.github.io/amplify-js/media/vue_guide#vue) to start building your Vue app.

__React Native__

For React Native development, install `aws-amplify`
Expand Down

0 comments on commit 46f5989

Please sign in to comment.