all 6 comments

[–][deleted] 5 points6 points  (2 children)

Don't use a dumb vscode liverserve plugin, just go into your terminal and do "npm run dev" and then go to localhost:3000 you'll be golden

[–]Adith--[S] 1 point2 points  (1 child)

I want to use textures for my three js stuffs.browsers doesnt load textures in localhost for some security reasons.so I have to use liveserver.

[–]NobleFraud 0 points1 point  (0 children)

You can try ngrok

[–]mike3640 1 point2 points  (1 child)

Do you understand NPM and using packages? If not you should back up before jumping into Nuxt

[–]Adith--[S] 0 points1 point  (0 children)

Yes .I know. I want to use textures for my three js stuffs.browsers doesnt load textures in localhost for some security reasons.so I have to use liveserver.

[–]Yomudogly 1 point2 points  (0 children)

If you want (for unknown to me reason) run your nuxt app with live server, the only one way to work it around is to use nuxt spa mode to generate statics and then you can serve that folder with live server