Vue.js interview questions with answers and code examples. Built with VitePress.
- 170+ questions across beginner, intermediate, and advanced levels
- Filter by difficulty and topic tags
- Full-text search
- Dark/light mode
- i18n (English + Spanish, 10 more languages in progress)
- 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
- GitHub Discussions for questions, ideas, and feedback
- Issues for bug reports and content improvements
Contributions welcome! See CONTRIBUTING.md for how to add questions, fix answers, or translate content.
MIT