Nuxt.js is a server-side rendering application framework based on Vue.js. This article introduces you to the details about nuxt.js. Friends in need can take a look
Nuxt.js is a universal application framework based on vue.js.
By abstractly organizing the client/server infrastructure, Nuxt.js mainly focuses on the UI rendering of the application.
Our goal is to create a flexible application framework based on which you can initialize the initialization structure code of a new project, or use Nuxt.js in an existing Node.js project
Nuxt. js presets various configurations required to develop server-side rendering applications using Vue.js.
In addition, we also provide a command called: nuxt generate, which provides the function of generating corresponding static sites for Vue.js-based applications.
We believe that the functionality provided by this command is a new step towards developing web applications that integrate various microservices.
As a framework, Nuxt.js provides many useful features for the typical application architecture pattern of client/server, such as asynchronous data loading, middleware support, layout support, etc.
Nuxt.js integrates the following components/frameworks for developing complete and powerful web applications:
Vue 2
Vue-Router
VueX
Vue-Meta
Based on Vue.js
By abstractly organizing the client/server infrastructure, Nuxt.js mainly focuses on the UI rendering of the application.
Our goal is to create a flexible application framework based on which you can initialize the initialization structure code of a new project, or use Nuxt.js in an existing Node.js project
Nuxt. js presets various configurations required to develop server-side rendering applications using Vue.js.
In addition, we also provide a command called: nuxt generate, which provides the function of generating corresponding static sites for Vue.js-based applications.
We believe that the functionality provided by this command is a new step towards developing web applications that integrate various microservices.
As a framework, Nuxt.js provides many useful features for the typical application architecture pattern of client/server, such as asynchronous data loading, middleware support, layout support, etc.
How does the Nuxt.js framework work?
Vue 2
Vue-RouterVueX
Vue-Meta
Features:
##Packaging and compressing JS and CSS
HTML header tag management
Local development supports hot loading
Integrated ESLint
Supports various style preprocessors: SASS, LESS, Stylus, etc.
Related recommendations:
The above is the detailed content of Nuxt.js. For more information, please follow other related articles on the PHP Chinese website!