前言GitHub:vue-netease-music成品地址: Online Demo这个网页版真的漂亮得不像话。不多说,看图。首页音乐播放页视频播放页1.安装nvm使用 curl 或 wget 安装,任选其一。curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash wget -qO- ...
前言这里使用 nvm 安装 nodejs ,简单并且方便管理。1.下载安装nvm脚本curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash source ~/.bash_profile 2. 找到要安装的版本nvm list-remote 3.安装相应版本的 nodejsnvm insta...