matt-auckland / vite-vue2-starter

A simple example on how you can use Vue 2 with Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing step: `npm install vue-template-compiler`

chriscalo opened this issue · comments

In your article, I think you're missing a step to install the vue-template-compiler. After doing that things worked for me.

Editing to post to fix this today, thanks for pointing it out