1、先安裝Vue npm install -g @vue/cli 2、創(chuàng)建項(xiàng)目 vue create hello-world 3、啟動(dòng)項(xiàng)目 npm run serve