Go to file
2025-12-10 15:52:53 +05:45
.vscode initial setup 2025-12-10 12:14:25 +05:45
public darta page changes 2025-12-10 15:52:53 +05:45
src darta page changes 2025-12-10 15:52:53 +05:45
.editorconfig initial setup 2025-12-10 12:14:25 +05:45
.gitattributes initial setup 2025-12-10 12:14:25 +05:45
.gitignore initial setup 2025-12-10 12:14:25 +05:45
.prettierignore initial setup 2025-12-10 12:14:25 +05:45
.prettierrc.json initial setup 2025-12-10 12:14:25 +05:45
env.d.ts initial setup 2025-12-10 12:14:25 +05:45
eslint.config.js initial setup 2025-12-10 12:14:25 +05:45
index.html sidebar and dashboard added 2025-12-10 15:23:57 +05:45
package-lock.json Created dtos folder 2025-12-10 12:52:21 +05:45
package.json initial setup 2025-12-10 12:14:25 +05:45
README.md initial setup 2025-12-10 12:12:26 +05:45
tsconfig.app.json initial setup 2025-12-10 12:14:25 +05:45
tsconfig.json initial setup 2025-12-10 12:14:25 +05:45
tsconfig.node.json initial setup 2025-12-10 12:14:25 +05:45
vite.config.ts base page 2025-12-10 12:34:05 +05:45

dartachalani

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