安裝Vue腳手架(這個命令是安裝腳手架3的) npm install -g @vue/lic Vue CLI2初始化項目 vue init webpack my-project VueCLI2注釋.jpg Vue CLI3初始化項目 vue create my-project