NuxtJS introduction

The use of NuxtJs

How to initialize the NuxtJs application

Nuxt route navigation

A Connection will refresh, go to server renderCopy the code

Nuxt dynamic routing

Nuxt nested routines by

Nuxt User-defined routes

Nuxt View – Template

Nuxt View – Layout

Used to set up a common layout for all pages, is actually a much easier nesting methodCopy the code

Nuxt Asynchronous data -asyncData

AsyncData method

Nuxt asynchronous data-context object