Windows 用户,直接访问官方网站下载安装包
Debian/Ubuntu 用户访问这里寻找对应的命令
比如我是 Debian系统,安装 nodejs 12.x 版。执行如下命令。
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt install -y nodejs
apt install npm
其它系统访问这里
国外用户可以跳过此步
npm i -g cnpm --registry=https://registry.npm.taobao.org
cnpm i -g @vue/cli
cnpm i -g webpack
vue ui
环境搭建完成,尽情的玩耍吧~
© 2020 飞鱼的博客