cd vue && npm run dev
terraform apply
this kind of thing is best run via CI/CD.
cd vue
npm run build
aws s3 sync dist/ s3://kaixo.io/v#/
copy index.html to index_v#.html, replacing /dist/ with /v#/ within src
aws s3 cp index_v#.html s3://kaixo.io/index.html