shiori/webapp
dependabot[bot] 6fbaecb68c
chore(deps-dev): bump vite (#1089)
Bumps the npm_and_yarn group with 1 update in the /webapp directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 20:44:28 +02:00
..
dist feat: reverts message in json output and allows configuration (#1082) 2025-03-16 19:09:28 +01:00
public feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
src feat: reverts message in json output and allows configuration (#1082) 2025-03-16 19:09:28 +01:00
.editorconfig feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
.gitattributes feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
.gitignore feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
.prettierrc.json feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
bun.lock feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
embed.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
env.d.ts feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
eslint.config.ts feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
index.html feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
package-lock.json chore(deps-dev): bump vite (#1089) 2025-03-31 20:44:28 +02:00
package.json chore(deps-dev): bump vite (#1089) 2025-03-31 20:44:28 +02:00
README.md feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
tailwind.config.js feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
tsconfig.app.json feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
tsconfig.json feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
tsconfig.node.json feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
tsconfig.vitest.json feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
vite.config.ts feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
vitest.config.ts feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00

.

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

Run Unit Tests with Vitest

bun test:unit

Lint with ESLint

bun lint