Nuxt builds server-side rendering SSR application

Document address

Create an nuxtdemoapplication named

npx create-nuxt-app nuxtdemo
Configuration item Description
Project name project name
Programming language Writing language
Package manager Package management
UI framework UI stile
Nuxt.js modules Nuxt module
Linting tools Extension tool
Testing framework test tools
Rendering mode Rendering mode
Deployment target Deployment target
Development tools development tools
What is your GitHub username GitHub name
Version control system Version control system

The following are my project options, you can refer to the
Insert picture description here
cd to the folder directory by yourself

npm run dev

Insert picture description here
Accessible URL

http://localhost:3000/

Guess you like

Origin blog.csdn.net/AK852369/article/details/111191503