Portfolio Website (dylans.site) Trying to learn Vuejs by rebuilding my portfolio website. Tech Stack Client: Vuejs, Vite Server: Node, Netlify Installation Project Setup npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build