Go to file
2026-01-06 16:01:13 +05:45
.vscode Changes in Git Ignore 2025-12-17 15:55:20 +05:45
public Changes in Git Ignore 2025-12-17 15:55:20 +05:45
src Merge pull request 'Fixed year of footer and removed one component(Image Cropper)' (#1) from atamrakar/Dolphin-Frontent-Boilerplate:footer_fix into dev 2026-01-06 16:01:13 +05:45
.editorconfig Init Boiler Plate 2025-12-17 14:37:40 +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 Init Boiler Plate 2025-12-17 14:37:40 +05:45
index.html Init Boiler Plate 2025-12-17 14:37:40 +05:45
package-lock.json Init Boiler Plate 2025-12-17 14:37:40 +05:45
package.json Init Boiler Plate 2025-12-17 14:37:40 +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