安装Vue中出现的问题
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known t
o be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
D:\IDEA\gitee\antulvxing-frontend-project>npm install -g cnpm --registry=https://registry.npm.taobao.org
输入安装镜像后
输入vue-ui 没有反应
输入vue -h
没有vue ui这个指令
升级一下
输入cnpm i -g @vue/cli
再输入vue ui
即可