2.使用 npm 安装
需要 node.js 就不多说了(从 nodejs.org 中下载 nodejs )
(1)安装 Vue,在 cmd 里直接输入:
npm install -g cnpm --registry=https://registry.npm.taobao.org
回车,等待
(2)安装 Vue Cli,在 cmd 里直接输入:
npm install -g @vue/cli
(3)检查 Vue
vue -V
原文地址:https://www.cnblogs.com/xpwi/p/9911546.html
时间: 2024-10-13 09:14:11