WebGlossary.info
Nuxt.js
- A web application framework based on Vue.js, Node.js, Webpack, and Babel. The framework is advertised as a “meta-framework for universal applications.” The term “universal” refers to the goal of the framework to enable users to create web views in JavaScript via the familiar Vue.js single file component system. These views function both as in-browser single page application (SPA) views as well as server-rendered web views which are then (after server rendering) “rehydrated” to full SPA functionality. Additionally, Nuxt.js 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. ← Wikipedia ↑ nuxtjs.org
- Previous term: Numerical digit
- Next term: NVDA
- Random term: Travis CI