Go to file
2026-01-25 15:16:21 +05:45
.vscode Updated Required Extension and Chanegs in VSCode Chnages 2026-01-25 12:15:07 +05:45
public Changes in Git Ignore 2025-12-17 15:55:20 +05:45
src Fixes in Development Login 2026-01-19 16:43:30 +05:45
.editorconfig Indent Size Fix 2026-01-25 15:16:21 +05:45
.gitattributes Init Boiler Plate 2025-12-17 14:37:40 +05:45
.gitignore Changes in Git Ignore 2025-12-17 15:55:20 +05:45
.prettierignore Init Boiler Plate 2025-12-17 14:37:40 +05:45
.prettierrc.json Init Boiler Plate 2025-12-17 14:37:40 +05:45
eslint.config.js refactor: Migrate Pinia ESLint configuration from local files to dolphin-components plugin and update dependencies. 2026-01-21 15:31:36 +05:45
index.html Init Boiler Plate 2025-12-17 14:37:40 +05:45
package-lock.json Updated Packages 2026-01-25 12:48:01 +05:45
package.json Updated Packages 2026-01-25 12:48:01 +05:45
README.md Init Boiler Plate 2025-12-17 14:37:40 +05:45
tsconfig.app.json Init Boiler Plate 2025-12-17 14:37:40 +05:45
tsconfig.json Init Boiler Plate 2025-12-17 14:37:40 +05:45
tsconfig.node.json Init Boiler Plate 2025-12-17 14:37:40 +05:45
vite.config.ts Init Boiler Plate 2025-12-17 14:37:40 +05:45

vue-bolier-plate

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint