DEV Community

Discussion on: Use Vue to create a SPA without any Node modules

Collapse
 
kingdomflo profile image
Caribou

Hello
Thanks for the tuto
It work on my server without node js, that the goal and thanks :D

But... If a open the index.html in my local computer, I always have the CORS problem with the
I don't understand why... Have another this same problem?

Collapse
 
arswaw profile image
Arswaw

Can you take a screenshot of where the error is displayed?

Collapse
 
kingdomflo profile image
Caribou

Well I have find this: npmjs.com/package/http-server
this work when I run the index.html in this http-server localy

Collapse
 
arswaw profile image
Arswaw

Where are you trying to run it that gives you the error?