23218703f96e20035673d9daf0156c6a224733f1
Drop ESLint-related npm scripts and dev dependencies from package.json, and update the pnpm lockfile to remove unused linting packages.chore: remove ESLint scripts and dependencies Drop ESLint-related npm scripts and dev dependencies from package.json, and update the pnpm lockfile to remove unused linting packages.
skt-vuetify-templates
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: 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 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 I18n
- Vue Router
💿 Install
Use your selected package manager (pnpm) to install dependencies:
pnpm install
🚀 Quick Start
pnpm install
pnpm dev
🏗️ Build
pnpm build
🧪 Available Scripts
pnpm devpnpm buildpnpm previewpnpm build-onlypnpm type-checkpnpm lintpnpm lint:fixpnpm mcppnpm 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:
- 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
playwright
pnpm exec playwright test
# Runs the end-to-end tests.
pnpm exec playwright test --ui
# Starts the interactive UI mode.
pnpm exec playwright test --project=chromium
# Runs the tests only on Desktop Chrome.
pnpm exec playwright test example
# Runs the tests in a specific file.
pnpm exec playwright test --debug
# Runs the tests in debug mode.
pnpm exec playwright codegen
# Auto generate tests with Codegen.
We suggest that you begin by typing:
pnpm exec playwright test
And check out the following files:
- ./tests/e2e/example.spec.ts - Example end-to-end test
- ./playwright.config.ts - Playwright Test configuration
Description
Languages
Vue
65.4%
TypeScript
34.4%
SCSS
0.1%