Tag: vue.js
-
I Thought I Could Go All In — A Reality Check from the Past 10 Days of Building Afitpilot
After coming back from Nigeria, I thought going all-in on Afitpilot meant 12-hour workdays and sacrificing everything else. But a week and a half into deep solo building—managing code, UX, AI, and mental fatigue—I hit a wall. This is the reset I didn’t plan for, but needed. A new path forward: focused, sustainable, and built…
-
Solving the “No such built-in module: node” Error in Vite
Encountering the “No such built-in module: node ” error in Vite? This guide walks you through how I fixed the issue by replacing Node.js’s require with ES module imports in a Vue.js project using Tailwind CSS. Learn why Vite prefers ES modules and how to resolve compatibility issues to streamline your development experience.