npm install
npm run serve
npm run build
npm run lint
vue create amplify-vue2-app
cd amplify-vue2-app
npm install -S aws-amplify @aws-amplify/ui-vue
amplify configure
amplify init
amplify add auth
amplify add api
amplify push
The following types do not have '@auth' enabled. Consider using @auth with @model - Employee Learn more about @auth here: https://docs.amplify.aws/cli/graphql-transformer/directives#auth