原始内容
DevOps Roadmap LMS
A multi‑roadmap learning platform built with Nuxt 4 + Nuxt UI. It ships a DevOps roadmap and a Full‑Stack Interview Mastery roadmap with lessons, quizzes, progress tracking, and certificates.
Features
- Multi‑roadmap LMS (DevOps + Full Stack)
- Markdown‑driven lessons via
@nuxt/content - Progress tracking + resume learning
- Quizzes with scoring
- Certificates + cheat‑sheet PDF export
- Dark mode UI
Tech Stack
- Nuxt 4, Vue 3, TypeScript
@nuxt/ui,@nuxt/content- Tailwind CSS
- html2canvas + jsPDF
Setup
npm install
Development
Start the dev server (configured on port 5000):
npm run dev
Open: http://localhost:5000
Build & Preview
npm run build
npm run preview
Deploy (Vercel)
This project is configured for Vercel deployment.
nitro.presetis set tovercelapp.baseURLis/
Scripts
npm run dev— Dev servernpm run build— Production buildnpm run generate— Static generationnpm run preview— Preview buildnpm run lint— ESLintnpm run typecheck— Type checks