npx
npx nuxi init <project-name>
shell
pnpm
pnpm dlx nuxi init <project-name>
shell
git
如果因为某种原因,无法使用上述方法创建,可以直接git clone
模板地址:https://github.com/nuxt/starter
git clone -b v3 https://github.com/nuxt/starter.git <project-name>
shell
npx nuxi init <project-name>
shell
pnpm dlx nuxi init <project-name>
shell
如果因为某种原因,无法使用上述方法创建,可以直接git clone
模板地址:https://github.com/nuxt/starter
git clone -b v3 https://github.com/nuxt/starter.git <project-name>
shell
歌手: