Make sure to get your $20 dollar credit for free when you signup for Linode! linode.com/programwitherik
@erykczajkowski82264 жыл бұрын
Always good to see new stuff! Could you perhaps do a vid on Vue plugins? How they work under the hood and how to write your own ones?
@kusha313 Жыл бұрын
Hi, Thank you very much for the great video.
@Ukantor114 жыл бұрын
Helped me lot deploying my website - Thank you :)
@ahmedadly4 жыл бұрын
nice way to semi-automating the process. well done
@PhuLe-sm3gk Жыл бұрын
Nice tutorial
@vinaysudani9133 жыл бұрын
The site is not accessible while the build process is running. Of course, it's fine for the first time when we are setting up a server. but deploying new changes to the site (once the site is live) should not break the existing running live site. any workarounds/suggestions for that?
@Pinou100014 жыл бұрын
Thanks for the tutorial ! Helped me a lot
@manhtran48924 жыл бұрын
Thanks for you sharing. I have a question. When i build Vue Js app on server, the sever CPU run overload? Do you known the reason?
@EmanNollase Жыл бұрын
What if the vuejs app is connected to an api that is also hosted on same server of frontend ui? let say the api was develop in nodejs/express. How can i connect the vuejs + api? What is the necessary configuration? thanks a lot
@oleksandrnechaiev71534 жыл бұрын
Thank you, you've saved me a lot of time!
@barnabeahouansouha52253 жыл бұрын
Not only you
@Jamie-pq9gn4 жыл бұрын
Hello, I don’t understand why ln -s create soft link is used. If you visit the website or refresh during the build process, you may not find static resources or other errors.
@AslamD4 жыл бұрын
Pretty useful process. I was wondering how to extend this flow to use repo from GitHub. So we have to do git push on github and then our server does the pull automatically?
@ProgramWithErik4 жыл бұрын
I think at that point you want to use something like Buddy CI, or Github actions. You can have an action that builds, tests and deploys your app via SCP
@AslamD4 жыл бұрын
@@ProgramWithErik I will look into that.
@darmikela4 жыл бұрын
@@ProgramWithErik I have done that, unfortunately, the production page goes offline until the build has completed.
@vinaysudani9133 жыл бұрын
@@darmikela Did you applied any solution to prevent breaking the production site while the build process is running?
@ToRXaL4 жыл бұрын
Thanks for the good Video!
@amerrashed62874 жыл бұрын
probably the best if done with gitlab CI ?! what do you think?
@choppacast4 жыл бұрын
Amazing tutorial
@ProgramWithErik4 жыл бұрын
Thanks!
@Smoonwalkerm3 жыл бұрын
The only ways is build the vue app and using nginx ?...what about if I just want to run yarn serve dev serve? how can I do this ?
@johnm83584 жыл бұрын
whats the tool you use in your local terminal to view the app folder structure?
@ProgramWithErik4 жыл бұрын
vim!
@johnm83584 жыл бұрын
@@ProgramWithErik so vim let's you have folder structure on left side and file contents on right in split screen?
@kaka_ruto4 жыл бұрын
@@johnm8358 It's called Nerdtree, it's a Vim plugin for viewing files and directories and has all cool shortcuts. Find it here github.com/preservim/nerdtree
@classicguy78134 жыл бұрын
Thanks, used your promotion
@janakshrestha34733 жыл бұрын
Its great tutorial and thank you very much but when I refresh my inner page i.e /home it would give 404
@elhousseyn_arab3 жыл бұрын
i want to ask how we can deploy a vue app build into shared hosting cpanel
@HorrorDiaries3 жыл бұрын
there's no way to deploy vue apps in shared hosting cpanel. You should use at least VPS with apache or nginx running
@elhousseyn_arab3 жыл бұрын
@@HorrorDiaries lol man i was solve the problem and deploy it into shared hosting
@AapKaRick4 жыл бұрын
Would prefer Github Actions
@fredpourlesintimes2 жыл бұрын
No useful information at all. Where are ID_RSA keys to put in Github?