01.nuxt是vue的一个基本框架
原因竟是因为,在vue-cli的老版本中,是可以使用 vue init nuxt/starter 进行安装的
但在新版本的vue-cli中不行了!!!
使用官方推荐的npx来安装:
(npm的5.2.x版本后默认安装了npx)
项目安装
首先,确保您已经安装了 yarn、npx(默认包含在 npm v5.2+ 中)或 npm (v6.1+)。
使用 npx 进行搭建项目:
npm install -g npx
npx create-nuxt-app <项目名>
npm ERR! code EEXIST
npm ERR! path C:\Users\12392\AppData\Roaming\npm\npx
npm ERR! EEXIST: file already exists
npm ERR! File exists: C:\Users\12392\AppData\Roaming\npm\npx
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in: C:\Users\12392\AppData\Local\npm-cache_logs\2023-07-18T07_06_44_288Z-debug-0.log
npm set registry https://registry.npm.taobao.org/