Go to file
2024-12-31 18:39:21 +00:00
public init 2024-12-31 17:24:01 +00:00
src update 2024-12-31 18:34:12 +00:00
.editorconfig init 2024-12-31 17:24:01 +00:00
.envrc init 2024-12-31 17:24:01 +00:00
.gitignore init 2024-12-31 17:24:01 +00:00
.prettierrc.json init 2024-12-31 17:24:01 +00:00
bun.lockb update 2024-12-31 18:34:12 +00:00
env.d.ts init 2024-12-31 17:24:01 +00:00
eslint.config.js init 2024-12-31 17:24:01 +00:00
flake.lock init 2024-12-31 17:24:01 +00:00
flake.nix init 2024-12-31 17:24:01 +00:00
index.html init 2024-12-31 17:24:01 +00:00
package.json update 2024-12-31 18:34:12 +00:00
postcss.config.js update 2024-12-31 18:34:12 +00:00
README.md init 2024-12-31 17:24:01 +00:00
tailwind.config.js update 2024-12-31 18:39:21 +00:00
tsconfig.app.json init 2024-12-31 17:24:01 +00:00
tsconfig.json init 2024-12-31 17:24:01 +00:00
tsconfig.node.json init 2024-12-31 17:24:01 +00:00
vite.config.ts init 2024-12-31 17:24:01 +00:00

poe2-loot-filter-vue

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

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 Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun run build

Lint with ESLint

bun lint