Thanks a lot, the last step of how to run it on a server after building was exactly, what I was looking for!
@brandonfowler15923 жыл бұрын
The Pragmatic Studio, thanks for this overview. I really threw myself at view over a year ago. I just needed a refresher and this is exactly that, a quick concise refresher. The funny thing is that after giving so much time to learning Node, Vue, and a couple of other Dev. technologies, I took a break and totally learned about 3D Modeling. I have a feeling that it's going to come in handy. Anyhow, I really do appreciate your refresher. Thanks, again!
@billijiran59954 жыл бұрын
Good under the hood overview on what each file does and why they are there that some tutorials misses a lot. Thank you.
@kompaskompas56054 жыл бұрын
the command "serve -s dist" won't work unless you installed the serve packages with "npm install -g serve"
@CokeDrinker10013 жыл бұрын
Thank-you lol
@HighOnHimalayan4 жыл бұрын
how to deploy that dist folder on tomcat server? i copied the dist folder in weapps folder and opend localhost:8080/dist, it is showing in blank page but in browser tab i can see my application title.
@devenlad4 жыл бұрын
Thanks, nice video explaining project structure
@nishantgupta18544 жыл бұрын
exactyl what i was looking for
@ДарьяЦыпкина-о4э2 жыл бұрын
Thenks a lot! I've figured out my questions.
@arturomartineztorres36323 жыл бұрын
Excelent video, I have some problems running the WEB on my shared hosting, but it works fine running with the serve -s dist, the problems are with the logo using REQUIRE.
@guybrushskywalker4 жыл бұрын
Hey, great tutorial. I wonder what is this nice terminal you are using. Looks much prettier than the standard macos terminal
@TestificowMC5 жыл бұрын
I made a project with vue cli, i used `npm run-script build` to build the app. I've tried the command to run the dist folder but that doesn't work for me
@nareshkumarn90965 жыл бұрын
Command should be "npm run build". Please check.
@loveisriddle3 жыл бұрын
What’s your fonts and theme about terminal??
@LukwagoMediaworks3 жыл бұрын
I have one problem though. Whenever I close the app. I cannot run the live serve again. I get error. Any help?
@antoniodominguez86853 жыл бұрын
Hey I'm trying to create a project but it's not finishing loading
@shinigami26694 жыл бұрын
I was practising vue js, everytime i run program it runs on different server.it was fine but after i deleted some components i made before, it won't run and gives error of modules not found. what to do please help
@geekmagestik4 жыл бұрын
How about in real production servers? serve will only work with the terminal window open, when you close the terminal, boom, app goes away 404
@cestmamin3 жыл бұрын
I NEED YOUR HELP!!!
@trickytricks30713 жыл бұрын
serve -s dist is not working!!!! serve : The term 'serve' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + serve -s dist + ~~~~~ + CategoryInfo : ObjectNotFound: (serve:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@ducouteausect32312 жыл бұрын
You need to install the serve packages -> npm install -g serve