Sample app based on AWS Amplify Workshop with Vue.js
This is a sample application built with AWS Amplify,
and you can amplify init --app with this repository
to deploy on your own AWS account.
This app is coded based on a workshop held at AWS Loft Tokyo: AWS Amplify Workshop with Vue.js
-
You need your AWS account.
-
Install the AWS Amplify CLI.
npm install -g @aws-amplify/cli- If you don't have an IAM user for AWS SDK access, you can configure with
amplify configurefor more information, see: aws-amplify/amplify-cli
- Make an empty directory
cdto the directory, and hit the following command:
amplify init --app git@github.com:kulikala/amplify-workshop.gitThis will install, initialize, and provision resources from this GitHub repository. This command must be executed in an empty directory.
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run start
# generate static project
$ npm run generateFor detailed explanation on how things work, check out Nuxt.js docs.