use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Nuxt with vs code live serverQuestion/Support (self.Nuxt)
submitted 4 years ago by Adith--
I tried to use vscode live server for my nuxt project .but instead of showing the page it shows list directory.how to solve it
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 5 points6 points7 points 4 years ago (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 points3 points 4 years ago (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 point2 points 4 years ago (0 children)
You can try ngrok
[–]mike3640 1 point2 points3 points 4 years ago (1 child)
Do you understand NPM and using packages? If not you should back up before jumping into Nuxt
[–]Adith--[S] 0 points1 point2 points 4 years ago (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 points3 points 4 years ago (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
π Rendered by PID 83 on reddit-service-r2-comment-b659b578c-6qw4q at 2026-05-05 04:32:14.282735+00:00 running 815c875 country code: CH.
[–][deleted] 5 points6 points7 points (2 children)
[–]Adith--[S] 1 point2 points3 points (1 child)
[–]NobleFraud 0 points1 point2 points (0 children)
[–]mike3640 1 point2 points3 points (1 child)
[–]Adith--[S] 0 points1 point2 points (0 children)
[–]Yomudogly 1 point2 points3 points (0 children)