下載方式
npm? ? ?install? -g @vue/cli? OR? ? yarn global? ?add? @vue/cli
檢查版本是否正確
vue --version
要升級vue-cli
npm? update? ?-g? ?@vue/cli? OR? ? yarn global upgrade --latest @vue/cli
創(chuàng)建一個新的項(xiàng)目?
3 vue create hello-world? ? 2? ?npm? ?install? -g @vue/cli-init? ? OR? ?vue init webpack my-project