Nuxt.js

Source: Wikipedia, the free encyclopedia.
Nuxt
Original author(s)Alexandre Chopin, Sebastien Chopin, Pooya Parsa
Initial releaseOctober 26, 2016; 7 years ago (2016-10-26)[1]
Stable release
3.11.1[2] Edit this on Wikidata / 18 March 2024; 22 days ago (18 March 2024)
Repository
Written in
Cross-platform
Size57 KB production
TypeJavaScript library
LicenseMIT License[3]
Websitenuxt.com

Nuxt is a free and

React.js
.

The framework is advertised as a "Meta-framework for universal applications". The term universal is used here with the meaning that the goal of the framework is to enable users to create

single page application (SPA) views as well as server-rendered web views which are then (after server rendering) "rehydrated" to full SPA functionality.[5][6] Additionally, the framework enables users to have the content, or parts of it, fully pre-rendered on the server and served in the manner of static site generators
.

The benefits of this approach are, among others, reduced time to

SEO
compared to SPAs, due to the fact that full contents of each page are being served by the web server before any client-side JavaScript is executed. Put alternatively, one can maintain both the benefits of traditional server-side rendered HTML pages, and improved interactivity and advanced user interface of SPAs. The core benefit of the Nuxt framework itself is that it makes the configuration and setup of such applications simplified and seamless to the application developer, who can simply develop UI portions of the application as if it were a more common Vue.js single file application.

See also

References

  1. ^ "Nuxt First Public Release". Npm.
  2. ^ "Release 3.11.1". 18 March 2024. Retrieved 22 March 2024.
  3. ^ "Nuxt/LICENSE". GitHub. Retrieved 2023-12-19.
  4. ^ "Nuxt First Public Release". Npm. Retrieved March 23, 2017.
  5. ^ Omole, Olayinka (March 18, 2019). "Nuxt: A Universal Vue.js Application Framework". Sitepoint. Retrieved June 18, 2020.
  6. ^ Berning, Dave (2018-04-16). "Getting Started with Server-Side Rendering Using Nuxt". Alligator.io. Retrieved 2018-07-02.

External links