vue create my-project # mkdirは不要。 cd my-project npm run serve
http://localhost:8080
npm run build
distが作成される。