# pokedex 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: deno ## ๐Ÿงญ 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 Router ## ๐Ÿ’ฟ Install Use your selected package manager (deno) to install dependencies: ```bash deno install ``` ## ๐Ÿš€ Quick Start ```bash deno install deno task dev ``` ## ๐Ÿ—๏ธ Build ```bash deno task build ``` ## ๐Ÿงช Available Scripts - `deno task dev` - `deno task build` - `deno task preview` - `deno task build-only` - `deno task type-check` - `deno task lint` - `deno task lint:fix` ## ๐Ÿ’ช 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