The UI for my Isekai: Slow Life stuff. Currently primarily a calculator.
Find a file
2024-02-05 08:47:36 -05:00
.forgejo -y 2024-02-04 21:26:46 -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 Added a bunch of images 2024-01-23 19:27:04 -05:00
src Modified Dockerfile To Use Bun And Use a Different Build Command 2024-02-04 20:00:07 -05: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 Dependencies, Actions, and a Code Fix? 2024-02-04 17:46:02 -05:00
Dockerfile Trying To Log More From Vite 2024-02-05 08:47:36 -05:00
Dockerfile.dev Modified Dockerfile To Use Bun And Use a Different Build Command 2024-02-04 20:00:07 -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 Initial commit... 2024-01-16 17:06:01 -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 Initial commit... 2024-01-16 17:06:01 -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