About: Nuxt.js

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Nuxt.js is a free and open source JavaScript library based on Vue.js, Node.js, Webpack and Babel.js. Nuxt is inspired by Next.js, which is a framework of similar purpose, based on 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 web views in JavaScript utilizing the Vue.js single file component system and that can 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, 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 gen

Property Value
dbo:Software/fileSize
  • 57.0
dbo:abstract
  • Nuxt.js is a free and open source JavaScript library based on Vue.js, Node.js, Webpack and Babel.js. Nuxt is inspired by Next.js, which is a framework of similar purpose, based on 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 web views in JavaScript utilizing the Vue.js single file component system and that can 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, 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 interactivity and improved 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.js 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. NuxtJS version 3.0 has been announced by the developers. (en)
  • Nuxt.js adalah kerangka kerja aplikasi web yang bebas dan sumber terbuka berketergantungan pada Vue.js, Node.js, , dan . Kerangka kerja ini dipromosikan sebagai "kerangka meta untuk aplikasi universal". Istilah universal di sini diartikan bahwa tujuan kerangka kerja ini adalah untuk memungkinkan pengguna membuat tampilan web dalam JavaScript menggunakan sistem komponen berkas tunggal Vue.js yang dapat berfungsi baik sebagai dalam peramban. Tampilan web yang diberikan peladen kemudian dikosongkan agar menjadi fungsionalitas penuh aplikasi halaman tunggal. Selain itu, kerangka kerja ini memungkinkan pengguna untuk memiliki konten, atau hanya beberapa bagiannya, lalu sepenuhnya di-render di peladen dan disajikan dengan cara . Manfaat menggunakan Nuxt.js antara lain: mengurangi waktu untuk interaktivitas dan meningkatkan SEO dibandingkan dengan aplikasi halaman tunggal yang lain, karena faktanya bahwa konten penuh dari setiap halaman dilayani oleh peladen web sebelum sisi klien JavaScript dijalankan. Dengan kata lain, seseorang dapat mempertahankan keuntungan bagaimana pe-render-an HTML di sisi peladen secara tradisional, dan meningkatkan interaktivitas dan antarmuka pengguna tingkat lanjut dari aplikasi halaman tunggal. Manfaat inti kerangka kerja Nuxt.js itu sendiri adalah membuat konfigurasi dan pengaturan aplikasi menjadi disederhanakan dan mulus bagi pengembang aplikasi, yang dapat dengan mudah mengembangkan bagian antarmuka pengguna aplikasi seolah-olah itu adalah berkas tunggal aplikasi Vue.js. (in)
  • Nuxt.js est un framework gratuit et open source basé notamment sur Vue.js et Node.js. Le framework est présenté comme un « meta-framework pour créer des applications universelles ». Le terme « universel » signifie que le code de l'application est initialement exécuté par le serveur et ensuite dans le navigateur client. L'application construite peut ainsi être utilisée dans un navigateur comme une application web monopage mais elle peut aussi être utilisée comme un ensemble de pages générées par le serveur. Le framework permet aussi la génération de pages web statiques qui peuvent être servies par n'importe quel serveur web. L'utilisation de ce framework a de nombreux avantages comme l'amélioration des processus de l'optimisation pour les moteurs de recherches du fait du rendu côté serveur des pages web avant leur envoi vers le client ce qui n'est pas fait de manière générale dans les applications web monopages. En utilisant Nuxt.js les sites webs peuvent ainsi inclure des interfaces utilisateurs plus complexes tout en gardant les avantages du rendu HTML côté serveur. De manière générale, Nuxt.js propose aux développeurs Vue.js une certaine abstraction pour faciliter le développement et la configuration d'une application web (configuration de Webpack et de tous les outils de développement JavaScript associés, accès à un écosystème de modules, démarrage d'un projet plus rapide, etc.), ce qui permet aux développeurs de gagner du temps en se concentrant davantage sur le code au cœur de leurs applications. (fr)
  • Nuxt.js는 Vue.js, Node.js, 웹팩, (v2), (v3) 기반의 자유-오픈 소스 자바스크립트 라이브러리이다. Nuxt는 React.js 기반의 유사 목적의 프레임워크인 Next.js의 영향을 받았다. 이 프레임워크는 2.0대 버전까지 "유니버설 애플리케이션을 위한 메타 프레임워크"로 광고되었다. 유니버셜(universal)이라는 용어는 프레임워크의 목표가 사용자들이 Vue.js 싱글 파일 컴포넌트 시스템을 활용하여 자바스크립트로 웹 뷰를 개발할 수 있게 하여 브라우저와 싱글 페이지 애플리케이션(SPA) 뷰의 기능을 모두 할 수 하면서 온전한 SPA 기능으로 재수화시키는 것이다. 3.0대 부터는 하이브리드 뷰 프레임워크(The Hybrid Vue framework)라는 슬로건을 사용한다. 하이브리드 렌더링은 2.0대의 유니버셜 렌더링에 비해 한단계 발전된 렌더링 방식이라고 주장한다. (ko)
  • Nuxt.js(ナクスト・ジェイエス)は、Vue.js、Node.js、Webpack、Babel.jsに基づく自由かつオープンソースWebアプリケーションフレームワークで、Next.jsに影響を受けて開発された。 (ja)
  • Nuxt.js é um framework para aplicações web de código aberto baseado em Vue.js, Node.js, Webpack and Babel.js. O framework foi inspirado pelo Next.js que é um framework com propósito similar porém baseado em React. (pt)
  • Nuxt.js是一个基于Vue.js、Node.js、Webpack和Babel.js的免费且开放源码的web应用架构,该框架被宣传为“通用应用程序的元框架”。这里使用术语“通用”,其含义是该框架的目标是使用户能够利用熟悉的Vue.js单文件组件系统在JavaScript中创建Web视图,该系统既可以作为浏览器内单页面应用程序(SPA)视图,以及服务器呈现的Web视图,然后(在服务器呈现之后“rehydrated”到完整的SPA功能。此外,该框架使用户能够在服务器上完全预呈现内容或部分内容,并以静态站点生成器的方式提供服务。 除了其他原因之外,与SPA相比,这种方法的好处是减少了交互时间和改进了SEO,因为在执行任何客户端JavaScript之前,Web服务器正在让每个页面的内容完整显示出来。另外,可以保持传统服务器端呈现的HTML页面的优点,以及改进的SPA的交互性和高级用户界面。Nuxt.js框架本身的核心优势在于它使这些应用程序的配置和设置简化并且无缝地应用于程序开发人员,后者可以简单地开发应用程序的UI部分,就像它是一个更常见的Vue.js单个文件一样使用。 (zh)
  • Nuxt.js — це JavaScript-фреймворк для створення універсальних додатків на Vue.js. З його допомогою можна рендерити UI на стороні сервера і генерувати статичні сайти. (uk)
dbo:computingPlatform
dbo:fileSize
  • 57000000.000000 (xsd:double)
dbo:genre
dbo:license
dbo:programmingLanguage
dbo:releaseDate
  • 2016-10-26 (xsd:date)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 57709652 (xsd:integer)
dbo:wikiPageLength
  • 3731 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1123894548 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • Alexandre Chopin, Sebastien Chopin, Pooya Parsa (en)
dbp:genre
dbp:license
dbp:logo
  • Nuxt logo.svg (en)
dbp:name
  • Nuxt.js (en)
dbp:platform
dbp:programmingLanguage
dbp:released
  • 2016-10-26 (xsd:date)
dbp:size
  • 57 (xsd:integer)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Nuxt.js(ナクスト・ジェイエス)は、Vue.js、Node.js、Webpack、Babel.jsに基づく自由かつオープンソースWebアプリケーションフレームワークで、Next.jsに影響を受けて開発された。 (ja)
  • Nuxt.js é um framework para aplicações web de código aberto baseado em Vue.js, Node.js, Webpack and Babel.js. O framework foi inspirado pelo Next.js que é um framework com propósito similar porém baseado em React. (pt)
  • Nuxt.js是一个基于Vue.js、Node.js、Webpack和Babel.js的免费且开放源码的web应用架构,该框架被宣传为“通用应用程序的元框架”。这里使用术语“通用”,其含义是该框架的目标是使用户能够利用熟悉的Vue.js单文件组件系统在JavaScript中创建Web视图,该系统既可以作为浏览器内单页面应用程序(SPA)视图,以及服务器呈现的Web视图,然后(在服务器呈现之后“rehydrated”到完整的SPA功能。此外,该框架使用户能够在服务器上完全预呈现内容或部分内容,并以静态站点生成器的方式提供服务。 除了其他原因之外,与SPA相比,这种方法的好处是减少了交互时间和改进了SEO,因为在执行任何客户端JavaScript之前,Web服务器正在让每个页面的内容完整显示出来。另外,可以保持传统服务器端呈现的HTML页面的优点,以及改进的SPA的交互性和高级用户界面。Nuxt.js框架本身的核心优势在于它使这些应用程序的配置和设置简化并且无缝地应用于程序开发人员,后者可以简单地开发应用程序的UI部分,就像它是一个更常见的Vue.js单个文件一样使用。 (zh)
  • Nuxt.js — це JavaScript-фреймворк для створення універсальних додатків на Vue.js. З його допомогою можна рендерити UI на стороні сервера і генерувати статичні сайти. (uk)
  • Nuxt.js is a free and open source JavaScript library based on Vue.js, Node.js, Webpack and Babel.js. Nuxt is inspired by Next.js, which is a framework of similar purpose, based on 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 web views in JavaScript utilizing the Vue.js single file component system and that can 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, 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 gen (en)
  • Nuxt.js adalah kerangka kerja aplikasi web yang bebas dan sumber terbuka berketergantungan pada Vue.js, Node.js, , dan . Kerangka kerja ini dipromosikan sebagai "kerangka meta untuk aplikasi universal". Istilah universal di sini diartikan bahwa tujuan kerangka kerja ini adalah untuk memungkinkan pengguna membuat tampilan web dalam JavaScript menggunakan sistem komponen berkas tunggal Vue.js yang dapat berfungsi baik sebagai dalam peramban. Tampilan web yang diberikan peladen kemudian dikosongkan agar menjadi fungsionalitas penuh aplikasi halaman tunggal. Selain itu, kerangka kerja ini memungkinkan pengguna untuk memiliki konten, atau hanya beberapa bagiannya, lalu sepenuhnya di-render di peladen dan disajikan dengan cara . (in)
  • Nuxt.js est un framework gratuit et open source basé notamment sur Vue.js et Node.js. Le framework est présenté comme un « meta-framework pour créer des applications universelles ». Le terme « universel » signifie que le code de l'application est initialement exécuté par le serveur et ensuite dans le navigateur client. L'application construite peut ainsi être utilisée dans un navigateur comme une application web monopage mais elle peut aussi être utilisée comme un ensemble de pages générées par le serveur. Le framework permet aussi la génération de pages web statiques qui peuvent être servies par n'importe quel serveur web. (fr)
rdfs:label
  • Nuxt.js (fr)
  • Nuxt.js (in)
  • Nuxt.js (ko)
  • Nuxt.js (ja)
  • Nuxt.js (en)
  • Nuxt.js (pt)
  • Nuxt.js (uk)
  • Nuxt.js (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Nuxt.js (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License