Deepin搭建Vue3环境
作者:互联网
Deepin搭建Vue3环境
Nodejs安装
1.apt安装nodejs
apt install nodejs
2.apt安装npm
apt install npm
3.npm安装nodejs管理器n
npm install -g n
4.升级nodejs
n stable
node -v
v16.14.0
5.安装cnpm
npm install cnpm
6.安装vue
cnpm install vue
cnpm install -g @vue/cli
vue --version
@vue/cli 5.0.1
标签:npm,vue,cnpm,nodejs,Deepin,apt,install,Vue3,搭建 来源: https://www.cnblogs.com/gaotangshi/p/15950453.html