aws-amplify-vue
aws-amplify-vue copied to clipboard
A Vue.js starter app integrated with AWS Amplify
*Description of changes:* This PR adds realtime update feature using GraphQL subscribe. Using Amplify, we can easily create realtime update feature. I think it would be nice if the realtime...
Needs `@` prefix in order to install properly, according to [aws-amplify/amplify-cli](https://github.com/aws-amplify/amplify-cli). *Issue #, if available:* *Description of changes:* When trying to install without the `@` prefix, NPM fails. Could be...
update cd dir *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Update the command to install aws-amplify/cli *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the...
Simple addition of missing semicolons to maintain coding style consistency. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Fixes to the installation procedure in the README.md: 1) After cloning the directory is **aws-amplify-vue** not **aws-amplify-vue-sample** 2) npm install -g aws-amplify/cli gives error because lacking of the @ in...
*Issue #, if available:* #1241 *Description of changes:* Removed aws-sdk dependency from package.json to fix 'Storage, missing credentials in config' error when uploading to s3. Changed 'cd aws-amplify-vue-sample' to the...
npm install -g @aws-amplify/cli has rollbackFailedOptional error *Issue #, if available:* *Description of changes:* Fix bug "rollbackFailedOptional" for command npm install -g aws-amplify/cli By submitting this pull request, I confirm...
*Issue #, if available:* If it is the current command, I get an error and it can not be executed. *Description of changes:* * Removed suffix from repository URL *...