Skip to content

Latest commit

Β 

History

History
75 lines (52 loc) Β· 1.59 KB

File metadata and controls

75 lines (52 loc) Β· 1.59 KB

devkey

Scaffolded with Vuetify CLI.

❗️ Documentation

🧱 Stack

  • Framework: Vue 3 + Vite
  • UI Library: Vuetify0
  • Language: TypeScript
  • Package manager: pnpm

🧭 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

  • Default Vuetify Styles

πŸ’Ώ Install

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

pnpm install

πŸš€ Quick Start

pnpm install
pnpm dev

πŸ—οΈ Build

pnpm build

πŸ§ͺ Available Scripts

  • pnpm dev
  • pnpm build
  • pnpm preview
  • pnpm build-only
  • pnpm type-check

πŸ’ͺ Support Vuetify Development

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