vue-cliを使ったサンプルコード
vue-cliでプロジェクトを作成。
vue create sample
npm install
npm run serve
npm run build
npm run test
npm run lint
See Configuration Reference.