My personal home page https://sebin-nyshkim.net/
Find a file
2025-11-03 14:50:15 +01:00
.vscode build: update project scaffolding 2025-11-03 14:31:55 +01:00
public feat: initial commit 2023-12-28 18:40:16 +01:00
src feat: add 11ty to list of tools 2025-11-03 14:50:15 +01:00
.browserslistrc feat: initial commit 2023-12-28 18:40:16 +01:00
.editorconfig build: update project scaffolding 2025-11-03 14:31:55 +01:00
.gitattributes build: update project scaffolding 2025-11-03 14:31:55 +01:00
.gitignore build: update project scaffolding 2025-11-03 14:31:55 +01:00
.prettierrc.json feat: initial commit 2023-12-28 18:40:16 +01:00
env.d.ts feat: initial commit 2023-12-28 18:40:16 +01:00
eslint.config.ts build: update project scaffolding 2025-11-03 14:31:55 +01:00
globals.d.ts feat: initial commit 2023-12-28 18:40:16 +01:00
index.html feat: initial commit 2023-12-28 18:40:16 +01:00
package-lock.json build: update packages 2025-11-03 14:31:15 +01:00
package.json build: update project scaffolding 2025-11-03 14:31:55 +01:00
README.md feat: initial commit 2023-12-28 18:40:16 +01:00
tsconfig.app.json build: update project scaffolding 2025-11-03 14:31:55 +01:00
tsconfig.json feat: initial commit 2023-12-28 18:40:16 +01:00
tsconfig.node.json build: update project scaffolding 2025-11-03 14:31:55 +01:00
vite.config.ts build: update project scaffolding 2025-11-03 14:31:55 +01:00

sebin-nyshkim.net

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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.

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