Vue.js Beginner Series

Login to know your progress

Deploy Vuejs app on Server using Ubuntu DigitalOcean. Get $100 credit on Digital Ocean when using this referral link: https://m.do.co/c/a3a47da9b9a8 Commands: Create SSH Key : ssh-keygen Install Nginx : sudo apt-get install nginx Install Node 8 : curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs Create Terminal Alias : https://www.youtube.com/watch?v=xewgA-7BHSE