DEV Community

Discussion on: Building VueJS Applications with TypeScript

Collapse
 
nlysaght profile image
nlysaght

Hi George, Just following your article and thanks for posting it's really getting me started with TS & Vue and separating out the markup. I'm just having a slight error when building and running, I'm sure I must have missed something but can't see what it could be, I was wondering if you or one of your readers might have a suggestion.
I needed to remove some of the HTML formatting from the snippet below to get this post to pass.

Kind Regards
The error is
error in ./src/components/hello-world.html

Module parse failed: Unexpected token 1:0
You may need an appropriate loader to handle this file type.
div class="hello"
h1 msg /h1
p

Collapse
 
x1k profile image
Asaju Enitan • Edited

@georgehanson , can you please respond to this, I am also facing the same problem