Deploy Vue.js with Express & SSL on Windows VM
1️⃣ Install Node.js on Windows
Download and install Node.js from 👉 Node.js Official Website
Check installation:
node -v
npm -v
2️⃣ Build Your Vue.js App
Run the following inside your Vue project folder:
npm run build
This will generate a ...
shohanur.hashnode.dev2 min read