Название: Nuxt.js Succinctly Автор: Ed Freitas Издательство: Syncfusion Inc. Год: 2022 Страниц: 98 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Nuxt.js is an open-source javascript library based on Vue.js. Think of it as a framework for a framework—adding two significant features to Vue.js: server-side rendering; and easy Vue.js application configuration and routing through folders and files. In Nuxt.js Succinctly, long-time Succinctly author Ed Freitas will show readers how Nuxt.js simplifies Vue development and optimizes their apps for production.
Vue.js is a progressive (meaning incrementally adoptable) front-end javascript framework that you can use to build highly engaging user interfaces and single-page applications. Nuxt.js is an open-source javascript library based on Vue.js that uses Node.js, Webpack, and Babel.js under the hood. Nuxt.js takes inspiration from Next.js, a framework of similar purpose that’s based on React.js.
Nuxt.js takes Vue.js development to the next level and builds upon Vue.js. Think of it as a framework for a framework—adding two significant features to Vue.js: server-side rendering; and easy Vue.js application configuration and routing through folders and files. To make it simple to understand, the goal of Nuxt.js is to make it easier for developers to create and optimize Vue.js applications.
One of the main features of Nuxt.js is its ability to add server-side rendering to a Vue.js application. Server-side rendering essentially means that we can build a Vue.js application to prerender pages on the server before serving them to the user.
Table of contents:
Getting Started Project Structure App Foundations Client Logic Firebase Server Logic