Go to file
2026-01-08 12:50:29 +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 removed console from initapp 2026-01-08 12:48:03 +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 feat: Display meal details on the dashboard using Echarts radial charts and update package dependencies. 2026-01-06 17:31:58 +05:45
package.json feat: Display meal details on the dashboard using Echarts radial charts and update package dependencies. 2026-01-06 17:31:58 +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