Setup remote dev environment for Vue
I’ve been learning JavaScript (beginner level), and just started learning Vue framework. In this post, I setup a dev environment for Vue in my homelab Ubuntu server. I remotely access source files and the dev server from two laptops (chromebook and macbook) via Emacs over Tramp and ssh tunneling respectively. First, (take a snapshot of the Ubuntu VM and) update Ubuntu of the homelab server. sudo apt update sudo apt upgrade Install node.js node.js has the dev environment for js, incl. compiler and dev server. ...