Posts related to javascript
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 the reap the benefits!
Nuxt.js Smooth Scrolling with Hash Links
The default Nuxt.js scroll behavior for hash appended routes varies depending on if a route is accessed via internal link or external link. This article outlines the issue and gives a simple configuration override to resolve the issue and provide better accessibility to users.