npm install
npm run dev
npm run generate
Run the shell script deploy.sh
with aws credentials that has access to create the necessary infrastructures. Following services are created in this process,
- S3 Bucket
- Cloudfront Distribution
- Cloudfront Functions
- Update route 53 with a new A record for the cloudfront DL
Check out the blog steps and details around nuxt3 deployment to s3 for more information.