villeristi / vue.js-starter-template

A starter template for Vue.js projects
https://vue-starter.ville.io/
MIT License
264 stars 67 forks source link

Version mismatch when trying to use custom template #12

Closed shiya closed 7 years ago

shiya commented 7 years ago

In package.json, vue version is 2.1.8 but vue-template-compiler version is 2.1.10. This caused version mismatch and failed my compilation. I downgraded vue-template-compiler to 2.1.8 and it worked.