Vue.js interview questions with answers and code examples. Built with VitePress.
- 30 questions across beginner, intermediate, and advanced levels
- Filter by difficulty and topic tags
- Full-text search
- Dark/light mode
- i18n (English + Spanish)
- Syntax-highlighted code examples
pnpm install
pnpm devThe site runs at http://localhost:5173.
pnpm build
pnpm previewdocs/
.vitepress/
config.ts # VitePress config (i18n, search, nav)
theme/ # Custom theme (homepage, question layout, i18n)
q/ # English question markdown files
es/q/ # Spanish question markdown files
public/ # Static assets
See CONTRIBUTING.md for how to add questions, fix answers, or translate content.
MIT