Error 

 Additional dependencies must be installed. This will only take a moment.  
    
  Running: npm install vue-template-compiler --save-dev --production=false 

https://qiita.com/ucan-lab/items/f5bcdfceecffb9def4c5

Use yarn, Not npm

  
yarn add vue-template-compiler --dev --production=false  
yarn run dev