Home  >  Article  >  Web Front-end  >  Nuxt.js

Nuxt.js

不言
不言Original
2018-04-26 14:32:165170browse

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 server-side rendering application framework based on Vue.js

What is Nuxt.js?


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.

How does the Nuxt.js framework work?

Nuxt.js integrates the following components/frameworks for developing complete and powerful web applications:

Vue 2
Vue-Router
VueX
Vue-Meta

Features:

  • Based on Vue.js

  • ##Automatic code layering

  • Server-side rendering

  • Powerful routing function, supports asynchronous data

  • Static file service

  • ES6/ES7 syntax support

  • ##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.
  • Nuxt.js is a server-side rendering application framework based on Vue.js

What is Nuxt.js?

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.

How does the Nuxt.js framework work?

Nuxt.js integrates the following components/frameworks for developing complete and powerful web applications:

Vue 2

Vue-Router

VueX
Vue-Meta

Features:

    Based on Vue.js
  • ##Automatic code layering
  • Server-side rendering
  • Powerful routing function, supports asynchronous data
  • Static file service
  • ES6/ES7 syntax support
  • ##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:

Nuxt.js Detailed explanation of Vue server-side rendering

The above is the detailed content of Nuxt.js. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:js-notesNext article:js-notes