Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 641 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 641 Bytes

amplify-vue2

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

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