Go to file
safavimohadeseh78 2a3c9a752b . 2025-10-01 17:39:40 +03:30
.vscode second commit 2025-08-05 14:41:17 +03:30
dev-dist second commit 2025-08-05 14:41:17 +03:30
public . 2025-10-01 17:39:40 +03:30
src . 2025-10-01 17:39:40 +03:30
.env.montzar change URL 2025-09-30 18:10:00 +03:30
.env.pargar . 2025-10-01 17:39:40 +03:30
.eslintrc-auto-import.json second commit 2025-08-05 14:41:17 +03:30
.eslintrc.cjs second commit 2025-08-05 14:41:17 +03:30
.gitignore second commit 2025-08-05 14:41:17 +03:30
.prettierrc.json second commit 2025-08-05 14:41:17 +03:30
.prettierrc1.json second commit 2025-08-05 14:41:17 +03:30
README.md first commit 2025-08-05 14:38:29 +03:30
auto-imports.d.ts second commit 2025-08-05 14:41:17 +03:30
components.d.ts change URL 2025-09-30 18:10:00 +03:30
index.html second commit 2025-08-05 14:41:17 +03:30
package-lock.json second commit 2025-08-05 14:41:17 +03:30
package.json second commit 2025-08-05 14:41:17 +03:30
tsconfig.app.json second commit 2025-08-05 14:41:17 +03:30
tsconfig.json second commit 2025-08-05 14:41:17 +03:30
tsconfig.node.json second commit 2025-08-05 14:41:17 +03:30
uno.config.ts second commit 2025-08-05 14:41:17 +03:30
vite.config.ts . 2025-09-18 19:16:57 +03:30
vite.config.ts.timestamp-1728986545730-c659837004f1f.mjs second commit 2025-08-05 14:41:17 +03:30
vite.config.ts.timestamp-1741071507567-a07aaa48d3743.mjs second commit 2025-08-05 14:41:17 +03:30
vite.config.ts.timestamp-1743244603077-b15bb03aab5f4.mjs second commit 2025-08-05 14:41:17 +03:30
vite.config.ts.timestamp-1745938682573-1fd7e3b996bea.mjs second commit 2025-08-05 14:41:17 +03:30
vite.config.ts.timestamp-1746255893377-44e28cecee51b.mjs second commit 2025-08-05 14:41:17 +03:30
vite.config.ts.timestamp-1746493784676-ee7e3e2b9789c.mjs second commit 2025-08-05 14:41:17 +03:30
yarn.lock second commit 2025-08-05 14:41:17 +03:30

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.