Medusa/web
2024-09-10 01:24:10 +02:00
..
.vscode first commit 2024-09-06 13:31:50 +02:00
public first commit 2024-09-06 13:31:50 +02:00
src Added some more handlers and weird nostalgia f query thing 2024-09-07 00:26:11 +02:00
.eslintrc.cjs first commit 2024-09-06 13:31:50 +02:00
.gitignore first commit 2024-09-06 13:31:50 +02:00
.prettierrc.json first commit 2024-09-06 13:31:50 +02:00
bun.lockb Added some more handlers and weird nostalgia f query thing 2024-09-07 00:26:11 +02:00
env.d.ts first commit 2024-09-06 13:31:50 +02:00
index.html first commit 2024-09-06 13:31:50 +02:00
package.json Added some more handlers and weird nostalgia f query thing 2024-09-07 00:26:11 +02:00
postcss.config.js Added some more handlers and weird nostalgia f query thing 2024-09-07 00:26:11 +02:00
README.md first commit 2024-09-06 13:31:50 +02:00
tailwind.config.js Added some more handlers and weird nostalgia f query thing 2024-09-07 00:26:11 +02:00
tsconfig.app.json first commit 2024-09-06 13:31:50 +02:00
tsconfig.json first commit 2024-09-06 13:31:50 +02:00
tsconfig.node.json first commit 2024-09-06 13:31:50 +02:00
vite.config.ts first commit 2024-09-06 13:31:50 +02:00
vite.config.ts.timestamp-1725920055853-df6655ad6213d.mjs added card stuff to convert to konami id 2024-09-10 01:24:10 +02:00

medusa-web

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 build

Lint with ESLint

bun lint