RE: RE: Nuxt开发指南
You are viewing a single comment's thread from:

RE: Nuxt开发指南

Words
4
Reading
1 min
Listen
Play
7M

"nuxt": ^4.3.1 nodejs: v22.17.1

1. github https://github.com/nuxt/starter/tree/v4

 - npm
 npm create nuxt <project-name>
 eg:npm create nuxt nuxtdemo

 -  package.json ->  name

2. npm install --global yarn   //yarn --version  1.22.22
  yarn config set registry https://registry.npmmirror.com  切换到淘宝源
  yarn install

3. yarn dev
http://localhost:3000/ 

//vs code插件
Vetur   Vue 3 Snippets
Naive Ui Snippets   //代码提示
UnoCSS              //代码提示
@lemooljiang: "nuxt": | Ecency