Skip to content

Latest commit

Β 

History

History
83 lines (60 loc) Β· 1.74 KB

File metadata and controls

83 lines (60 loc) Β· 1.74 KB

oblyk-embedded

Scaffolded with Vuetify CLI.

❗️ Documentation

🧱 Stack

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

🧭 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
  • Pinia
  • Vue I18n
  • Vuetify MCP
  • Vue Router

πŸ’Ώ Install

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

npm install

πŸš€ Quick Start

npm install
npm run dev

πŸ—οΈ Build

npm run build

πŸ§ͺ Available Scripts

  • npm run dev
  • npm run build
  • npm run preview
  • npm run build-only
  • npm run type-check
  • npm run lint
  • npm run lint:fix
  • npm run mcp
  • npm run 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: