No description
- TypeScript 38.8%
- Vue 26.3%
- CSS 26.1%
- SCSS 4.1%
- HTML 2.8%
- Other 1.9%
| .devcontainer | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| AGENTS.md | ||
| env.d.ts | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.mts | ||
webmail
Scaffolded with Vuetify CLI.
❗️ Documentation
- Primary docs: https://vuetifyjs.com/
- Getting started guide: https://vuetifyjs.com/en/getting-started/installation/
- Community support: https://community.vuetifyjs.com/
- Issue tracker: https://issues.vuetifyjs.com/
🧱 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 pointsrc/App.vue— root componentsrc/components/— reusable Vue componentssrc/plugins/— plugin registration and setupsrc/styles/— global styles and theme settingspublic/— static public files
✨ Enabled Features
- ESLint
- Vuetify MCP
- Pinia
- Vue Router
- Tailwind CSS
💿 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 devnpm run buildnpm run previewnpm run build-onlynpm run type-checknpm run lintnpm run lint:fix
🤖 Vuetify MCP Server
This project is configured with the Vuetify Model Context Protocol (MCP) server. To install and configure the MCP server for your favorite IDE (Cursor, Trae, Windsurf, VS Code, Claude Desktop, etc.) run:
npx -y @vuetify/mcp-cli
This will open an interactive setup wizard to help you connect your AI assistant to the Vuetify ecosystem.
💪 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:
- Contribute to Vuetify and ecosystem projects: https://github.com/vuetifyjs
- Request enterprise support: https://support.vuetifyjs.com/
- Sponsor on GitHub: https://github.com/sponsors/vuetifyjs
- Support on Open Collective: https://opencollective.com/vuetify