A Vue static stite Deployed to an AWS S3 bucket, with user auth to another S3 bucket file for the data
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
See Vite Configuration Reference.
project root> npm installproject root> npm run devproject root> npm run buildproject root> .\deploy.ps1 -BucketName money.murph9.com
project root> aws cloudfront create-invalidation --distribution-id EDWBAVRGQTLM7 --paths "/*"