Character reference page for Viktor Kraastav https://ref.sebin-nyshkim.net/viktor/
Find a file
2022-10-03 19:24:47 +02:00
.vscode feat: add vscode extension recommendations 2022-09-26 17:29:08 +02:00
public feat: add favicon 2022-09-26 17:28:17 +02:00
src feat: self-host fonts 2022-10-03 19:24:47 +02:00
.eslintrc.cjs feat: add eslint config 2022-09-26 17:12:19 +02:00
.gitignore feat: add .gitignore 2022-09-26 17:13:06 +02:00
.prettierrc.json feat: add prettier config 2022-09-26 17:13:15 +02:00
env.d.ts feat: add typescript configs 2022-09-26 17:12:05 +02:00
index.html feat: add index.html 2022-09-26 17:13:50 +02:00
package-lock.json chore: bump version number 2022-09-29 02:49:57 +02:00
package.json chore: bump version number 2022-09-29 02:49:57 +02:00
README.md docs: add README 2022-09-26 17:09:44 +02:00
tsconfig.config.json feat: add typescript configs 2022-09-26 17:12:05 +02:00
tsconfig.json feat: add typescript configs 2022-09-26 17:12:05 +02:00
vite.config.ts feat: add vite config 2022-09-26 17:11:27 +02:00

viktor-reference

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