How To…
Deploy a Nuxt.js Site to AWS Using CDK
Automated deployments with feature branches and staged environments doesn't require an expensive deployment platform provider. Deploy your Nuxt.js sites directly to AWS infrastructure using AWS Cloud Development Kit (CDK) instead.
Explore further ->
Deploy a Static Website on AWS using Terraform
Use AWS's powerful and scalable infrastructure to serve a high-performance static site using Terraforms modules for easy deployment and asset uploading.
Keep going ->
Deploy an Astro Site Using SST
Combine Astro's powerful and performant site generation capabilities with SST's streamlined deployment technology to make deployments seamless.
Read on ->
Handle mouse and touch events uniformly in JavaScript
Don't let your beautifully crafted UI fall flat because mobile users can't interact. Learn how to handle mouse and touch events uniformly in vanilla JavaScript to create a consistent user experience across desktop and mobile devices.
Go further ->
Create AMP pages using Nuxt.js
AMP Project pages are consistently fast and accessible and have premium placement in Google search results. With a few tweaks to the rendering process, it's possible to make Nuxt.js page AMP powered and reap the benefits!
Continue reading ->
Detect Web USB device and grant permissions
Accessing USB devices from a webpage unlocks a whole new world of possibilities. Detecting devices and getting proper permissions are the first step.
See more ->
Make smooth scrolling Nuxt.js hash links
Smooth scrolling to Nuxt.js hash links is vital for large content sites and provides a better user experience. Learn how to override the default scroll behavior to make it work as expected.
Delve into the details ->