vue create stepfunction_demo
cd stepfunction_demo
npm i aws-amplify
npm i aws-amplify-vue
vue add vuetify
https://docs.aws.amazon.com/ja_jp/amplify/latest/userguide/multi-environments.html
https://dev.to/dabit3/the-complete-guide-to-user-authentication-with-the-amplify-framework-2inh https://www.storyblok.com/tp/how-to-auth0-vuejs-authentication https://auth0.com/docs/quickstart/spa/vuejs/01-login
amplify env checkout [pro/dev]
npm run serve
npm run build
npm run lint