mfreeman451 / quasar-amplify-demo

A Quasar Framework and AWS Amplify sample Todo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasar App

Project code to go along with the 4 part Medium article

https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-1-4-9a795f38e16d https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-2-4-36ce1c79356b https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-3-4-6cf349d29903 https://medium.com/quasar-framework/creating-a-quasar-framework-application-with-aws-amplify-services-part-4-4-c95f890d30ac

This is the repository to go along with the Quasar-Amplify-Demo multi-part blogs

First time amplify users: $ amplify configure

Initialize your amplify project

$ amplify init

$ npm install

Add Amplify Cognito User Pool authentication

$ amplify add auth

Use the 'schema' as your annotated schema when prompted by the 'amplify add api' utility

$ amplify add api

Add CloudFront S3 (PROD) hosting

$ amplify add hosting

To run a local development environment,

$ quasar dev

About

A Quasar Framework and AWS Amplify sample Todo application


Languages

Language:Vue 53.2%Language:JavaScript 42.1%Language:HTML 2.9%Language:Stylus 1.9%