Advertise here

NuxtJS – The Intuitive Vue Framework

May 05, 2022     805    
NuxtJS – The Intuitive Vue Framework

Nuxt.js is an open source framework to create Vue.js applications with simple and powerful way.

Features

  • Automatic transpilation and bundling (with webpack and babel)
  • Hot code reloading
  • Server-side rendering OR Single Page App OR Static Generated, you choose
  • Static file serving. ./static/ is mapped to /
  • Configurable with a nuxt.config.js file
  • Custom layouts with the layouts/ directory
  • Middleware
  • Code splitting for every pages/
  • Loading just the critical CSS (page-level)

Related Plugins

Latest Plugins