NuxtJS is a framework for VueJS that helps in building applications in single page (SPA) mode or universal mode (SSR)
SPA apps can be easily deployed on cloud storage such as Google Cloud Storage, AWS S3, Now, Netlify but it takes time for the app to be loaded and SEO is a problem as there are no pre-generated content.
SSR apps address the issues of load speed and SEO but requires a backend server to serve the content.
So to get the best of both worlds. We use Nuxt generate.
This talk will focus on the use of Nuxt generate, its advantages, its pitfalls. We will also be looking at few things which one may need to take note of when using nuxt generate, such as:
Thanks for reading ❤
If you liked this post, please do share/like it with all of your programming buddies!
Follow us on Facebook | Twitter
☞ The Complete JavaScript Course 2019: Build Real Projects!
☞ Vue.js Tutorial for beginners
☞ Vue.js Tutorial: Zero to Sixty
☞ Vue JS 2 - The Complete Guide (incl. Vue Router & Vuex)
☞ The Beginner’s Guide to Static Site Generators
☞ Build a Server-Side Rendered Vue App with Nuxt.js
#vue-js #javascript #nuxt-js #web-development