Part12 - NuxtJS server side rendering
01 - server rendering technology
02-Nuxt. Introduction to JS
1, Installation and operation
Online installation method: Reference: https://zh.nuxtjs.org/docs/2.x/get-started/installation We can directly unzip nuxt app zip
2, Page, navigation and routing
1. Page
Create the pages directory, and create the index in the pages directory vue
...
Posted by jmgarde on Wed, 09 Mar 2022 14:59:48 +0100