Files
2026-05-17 13:33:10 +02:00

1.7 KiB
Raw Permalink Blame History

oxspeak-frontend

Scaffolded with Vuetify CLI.

Documentation

🧱 Stack

  • Framework: Vue 3 + Vite
  • UI Library: Vuetify
  • Language: TypeScript
  • Package manager: yarn

🧭 Start Here

  • Main entry: src/main.ts
  • Main app component: src/App.vue
  • Main styles: src/styles/
  • Plugin setup: src/plugins/

📁 Project Structure

  • src/main.ts — application entry point
  • src/App.vue — root component
  • src/components/ — reusable Vue components
  • src/plugins/ — plugin registration and setup
  • src/styles/ — global styles and theme settings
  • public/ — static public files

Enabled Features

  • ESLint
  • Vuetify MCP
  • Pinia
  • Vue I18n
  • Vue Router

💿 Install

Use your selected package manager (yarn) to install dependencies:

yarn install

🚀 Quick Start

yarn install
yarn dev

🏗️ Build

yarn build

🧪 Available Scripts

  • yarn dev
  • yarn build
  • yarn preview
  • yarn build-only
  • yarn type-check
  • yarn lint
  • yarn lint:fix
  • yarn mcp
  • yarn mcp:revert

💪 Support Vuetify Development

This project uses Vuetify - an MIT licensed Open Source project. We are glad to welcome contributors and any support for ongoing development: