A web app to generate graphs from alcoholic drink details.
https://alcoracer.ljoonal.xyz
|
||
---|---|---|
.forgejo/workflows | ||
.vscode | ||
.yarn | ||
public | ||
src | ||
.eslintrc.cjs | ||
.eslintrc.json | ||
.gitignore | ||
.pnp.cjs | ||
.pnp.loader.mjs | ||
.yarnrc.yml | ||
icon.kra | ||
index.html | ||
package.json | ||
README.md | ||
tsconfig.config.json | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
AlcohoRacer
A tool to generate neat graphs from your alcoholic drinks, and maybe to predict a bit about when you can drive.
Recommended IDE Setup
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:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.