Character reference page for Viktor Kraastav https://ref.sebin-nyshkim.net/viktor/
Find a file
2023-09-06 00:20:22 +02:00
.vscode feat: add vscode extension recommendations 2022-09-26 17:29:08 +02:00
card feat: add social card template 2023-01-20 02:55:53 +01:00
public feat: use bespoke social preview image 2023-01-20 02:56:17 +01:00
src fix: disable legacy mode of vue-i18n for use with composition API 2023-09-06 00:19:17 +02:00
.browserslistrc build: add autoprefixer 2023-03-27 23:32:06 +02:00
.eslintrc.cjs style: run linter 2023-04-03 00:33:35 +02:00
.gitignore feat: add .gitignore 2022-09-26 17:13:06 +02:00
.prettierrc.json feat: update prettier config 2023-04-03 00:28:37 +02:00
env.d.ts build: add typescript module declaration for vite-imagetools imports 2022-10-11 23:03:53 +02:00
index.html fix: get favicon from absolute path 2023-09-06 00:20:22 +02:00
package-lock.json chore: bump version number 2023-09-04 22:18:12 +02:00
package.json chore: bump version number 2023-09-04 22:18:12 +02:00
README.md docs: add README 2022-09-26 17:09:44 +02:00
tsconfig.app.json build: include json files under src/translations/ 2023-09-04 19:53:15 +02:00
tsconfig.json build: update to new create-vue scaffold 2023-09-04 19:19:43 +02:00
tsconfig.node.json build: update to new create-vue scaffold 2023-09-04 19:19:43 +02:00
vite.config.mts build: update to new create-vue scaffold 2023-09-04 19:19:43 +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