Skip to content

安装

安装基础环境

shell
sudo apt install -y nodejs npm

安装Npm

shell
npm config set registry  https://registry.npm.taobao.org
sudo npm install -g n

安装Cnpm

shell
sudo npm install cnpm
sudo cnpm config set registry https://registry.npm.example.com

安装vue

shell
cnpm install vue
cnpm install -g @vue/cli

验证

shell
vue --version

Last updated: