Overview

Frontend development overview

Frontend Development Overview

Learn how to develop frontend features using Vue 3, TypeScript, and the component library.

Project Structure

src/
├── components/          # Vue components
│   ├── UI/            # Reusable UI components
│   ├── Layout/        # Layout components
│   └── Blocks/        # Block editor components
├── views/              # Page views (routes)
├── composables/        # Reusable reactive logic
├── router/             # Vue Router configuration
└── utils/              # Utility functions

Key Topics

Next Steps