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 结果

Manjaro下Vue与Nuxt.js安装指南

1335

被折叠的 条评论
为什么被折叠?



