BlueMap/common/webapp
dependabot[bot] 63d75167d0
Bump vite from 4.5.5 to 4.5.9 in /common/webapp (#648)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 17:00:38 +01:00
..
public lang/ja, lang/ko: Translated all missing strings and improved some existing ones. (#633) 2024-12-16 09:16:10 +01:00
src Fix fallback languages not loading (#631) (#632) 2024-12-15 11:21:18 +01:00
.eslintrc.cjs Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
.gitignore Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
index.html Add webapp.zip to release outputs and move version substitution from runtime to build-time 2024-09-21 16:34:21 +02:00
package-lock.json Bump vite from 4.5.5 to 4.5.9 in /common/webapp (#648) 2025-01-22 17:00:38 +01:00
package.json Bump vite from 4.5.5 to 4.5.9 in /common/webapp (#648) 2025-01-22 17:00:38 +01:00
README.md Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
vite.config.js Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00

bluemap

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint