Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.43 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.43 KB

amplify-workshop

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

Prerequisites

  • 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 configure

for more information, see: aws-amplify/amplify-cli

How to install

  • Make an empty directory
  • cd to the directory, and hit the following command:
amplify init --app [email protected]:kulikala/amplify-workshop.git

This will install, initialize, and provision resources from this GitHub repository. This command must be executed in an empty directory.

Build Setup

# 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 generate

For detailed explanation on how things work, check out Nuxt.js docs.