The UI for my Isekai: Slow Life stuff. Currently primarily a calculator.
Find a file
2024-04-05 23:09:46 -04:00
.forgejo Going To Disable The Releases For Now... 2024-02-05 10:34:06 -05:00
.vscode Initial commit... 2024-01-16 17:06:01 -05:00
docker Added Dockerfile and some fixed some bugs 2024-01-17 21:17:00 -05:00
public Implemented a Basic Pass Of Post-login Redirecting 2024-04-05 23:09:46 -04:00
src Implemented a Basic Pass Of Post-login Redirecting 2024-04-05 23:09:46 -04:00
.eslintrc.cjs Initial commit... 2024-01-16 17:06:01 -05:00
.gitignore Initial commit... 2024-01-16 17:06:01 -05:00
.prettierrc.json Initial commit... 2024-01-16 17:06:01 -05:00
bun.lockb I Think I've Successfully Re-Added Auth 2024-02-28 08:51:16 -05:00
Dockerfile Type Issues Fixed and First Pass New Item Form 2024-02-13 09:13:48 -05:00
env.d.ts Initial commit... 2024-01-16 17:06:01 -05:00
index.html Added Dockerfile and some fixed some bugs 2024-01-17 21:17:00 -05:00
LICENSE Adding LICENSE file. 2024-01-16 17:08:33 -05:00
package.json I Think I've Successfully Re-Added Auth 2024-02-28 08:51:16 -05:00
README.md Initial commit... 2024-01-16 17:06:01 -05:00
tsconfig.app.json Initial commit... 2024-01-16 17:06:01 -05:00
tsconfig.json Initial commit... 2024-01-16 17:06:01 -05:00
tsconfig.node.json Initial commit... 2024-01-16 17:06:01 -05:00
tsconfig.vitest.json Initial commit... 2024-01-16 17:06:01 -05:00
vite.config.ts Type Issues Fixed and First Pass New Item Form 2024-02-13 09:13:48 -05:00
vitest.config.ts Initial commit... 2024-01-16 17:06:01 -05:00

isl-calc

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

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint