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
vue-cli2 与 vue-cli3
原文:https://www.cnblogs.com/lvqiupingboke-2019/p/13139614.html