Files
iMES_Vue/Vue3版本使用说明.txt
2026-02-06 18:43:18 +08:00

8 lines
374 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
前端vue3环境配置如果没有安装过环境
1、先卸载原来vue2脚手架
npm uninstall vue-cli -g
2、安装vue3脚手架
npm install -g @vue/cli 如果安装很慢切换成taobao镜像 npm config set registry https://registry.npm.taobao.org
3、回滚原来vue2脚手架vue init webpack test
npm i -g @vue/cli-init