More Premium Hugo Themes Premium Vue Themes

Vite Vuetify Ts Starter

@vitejs + @vuejs 3+@Vuetifyjs 3

Vite Vuetify Ts Starter

@vitejs + @vuejs 3+@Vuetifyjs 3

Author Avatar Theme by logue
Github Stars Github Stars: 181
Last Commit Last Commit: Jan 9, 2026 -
First Commit Created: Jun 19, 2023 -
Vite Vuetify Ts Starter screenshot

Overview:

The Vue 3 + Typescript + Vite + Vuetify 3.3 template is designed to help developers get started with Vue 3 and Typescript in the Vite framework. It includes features such as Vue 3 <script setup> Single File Components, vue-router, and Pinia for state management. The template also includes ESLint, Stylelint, and Prettier for code linting and formatting. Real-time checking with vite-plugin-checker is available during development. The template requires the definition of VITE_APP_TITLE in the .env file. It is recommended to use VSCode with the Volar extension for better performance.

Features:

  • Vue 3 <script setup> SFCs
  • vue-router
  • Pinia for state management
  • ESLint, Stylelint, and Prettier for code linting
  • Real-time checking with vite-plugin-checker
  • Integration with Volar for enhanced development experience
  • Various commands for development, testing, and production build

Installation:

To install the template, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install dependencies by running the following command:
npm install
  1. Define VITE_APP_TITLE in the .env file.
  2. Open the project in VSCode and install the Volar extension.
  3. Disable the Vetur extension.
  4. Set VSCode to use Volar Takeover Mode for better performance.

Summary:

The Vue 3 + Typescript + Vite + Vuetify 3.3 template is a useful starting point for developing with Vue 3 and Typescript in the Vite framework. It provides essential features such as component setup using <script setup>, state management with Pinia, and routing with vue-router. The template also includes code linting and formatting with ESLint, Stylelint, and Prettier. Real-time checking and verification are enabled through the vite-plugin-checker. With the recommended setup of VSCode and Volar, developers can benefit from improved performance and enhanced development capabilities.