Skip to content

Latest commit

History

History
57 lines (39 loc) 路 1.41 KB

File metadata and controls

57 lines (39 loc) 路 1.41 KB

VueWiki.dev

Deploy

Vue.js interview questions with answers and code examples. Built with VitePress.

vuewiki.dev

Features

  • 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

Development

pnpm install
pnpm dev

The site runs at http://localhost:5173.

Build

pnpm build
pnpm preview

Project structure

docs/
  .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

Community

Contributing

Contributions welcome! See CONTRIBUTING.md for how to add questions, fix answers, or translate content.

License

MIT