vue cli的安装以及报错解决方案

==========cli=============

npm i -g @vue/cli
报错解决方案(npm cache clean --force )

npm -V
报错解决方案(以管理员身份打开powerShell  ----> set-ExecutionPolicy RemoteSigned  ----> y   )

vue create mygit
Manually--- babel router vuex  css 
y
less
basic(默认)
lint on save
cd myproject
npm run serve

你可能感兴趣的:(vue cli的安装以及报错解决方案)