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