Character reference page for Viktor Kraastav https://ref.sebin-nyshkim.net/viktor/
Find a file
2023-01-18 15:46:32 +01: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 fix: add margin to figcaption 2023-01-18 15:46:32 +01: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 build: add typescript module declaration for vite-imagetools imports 2022-10-11 23:03:53 +02:00
index.html feat: add index.html 2022-09-26 17:13:50 +02:00
package-lock.json chore: bump version number 2022-10-11 23:05:36 +02:00
package.json chore: bump version number 2022-10-11 23:05:36 +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 chore: serve from subdirectory 2023-01-18 12:58:31 +01: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