I created a new vue blitz, then copied settings from a project I created from npm create vuetify. I can't tell where the HTML is coming from, there's no index.html. When I add my own it isn't used. I get an error that it cannot find 'main.js' since I'm using typescript.
I created a new vue blitz, then copied settings from a project I created from
npm create vuetify. I can't tell where the HTML is coming from, there's no index.html. When I add my own it isn't used. I get an error that it cannot find 'main.js' since I'm using typescript.