node和vue安装

1 manjaro node和vue安装

pacman -S nodejs
pacman -S npm
npm install -g @vue/cli
npm install -g nrm
npm install -g cnpm --registry=https://registry.npm.taobao.org
nrm use tabao
vue create hello
cd hello && npm install && npm run serve

如果使用vue里面的应用框架,推荐:nuxt.js : https://zh.nuxtjs.org/

2 结果

res

おすすめ

転載: blog.csdn.net/cxy_hust/article/details/108804124