vue-cli2 与 vue-cli3

 vue-cli3: npm install -g @vue/cli   vue create hello-world     cd hello-world        npm run serve

 vue-cli2: npm install -g vue-cli     vue init webpack hello-world      cd hello-world          npm run dev

原文地址:https://www.cnblogs.com/lvqiupingboke-2019/p/13139614.html