A web app to generate graphs from alcoholic drink details. https://alcoracer.ljoonal.xyz
Ir al archivo
ljoonal 89d3aad89f
/ Deploy (push) Successful in 49s Detalles
Update build deps
2023-10-13 01:07:43 +03:00
.forgejo/workflows Migrate to woodpecker 2023-10-13 00:59:14 +03:00
.vscode Update for VueJS3, with yarn 0install 2022-11-17 11:25:49 +02:00
.yarn Update build deps 2023-10-13 01:07:43 +03:00
public Lots of updating 2021-04-28 19:35:40 +03:00
src Fix typescript & deploy issues 2022-11-17 11:45:14 +02:00
.eslintrc.cjs Update for VueJS3, with yarn 0install 2022-11-17 11:25:49 +02:00
.eslintrc.json Lots of updating 2021-04-28 19:35:40 +03:00
.gitignore Update for VueJS3, with yarn 0install 2022-11-17 11:25:49 +02:00
.pnp.cjs Update build deps 2023-10-13 01:07:43 +03:00
.pnp.loader.mjs Update build deps 2023-10-13 01:07:43 +03:00
.yarnrc.yml Update build deps 2023-10-13 01:07:43 +03:00
README.md Update for VueJS3, with yarn 0install 2022-11-17 11:25:49 +02:00
icon.kra Base commit 2019-03-31 16:58:02 +03:00
index.html Update for VueJS3, with yarn 0install 2022-11-17 11:25:49 +02:00
package.json Update build deps 2023-10-13 01:07:43 +03:00
tsconfig.config.json Update build deps 2023-10-13 01:07:43 +03:00
tsconfig.json Update build deps 2023-10-13 01:07:43 +03:00
vite.config.ts Update for VueJS3, with yarn 0install 2022-11-17 11:25:49 +02:00
yarn.lock Update build deps 2023-10-13 01:07:43 +03:00

README.md

AlcohoRacer

A tool to generate neat graphs from your alcoholic drinks, and maybe to predict a bit about when you can drive.

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.