BlueMap/common/webapp
dependabot[bot] 2bc01e7ba0
Bump nanoid from 3.3.7 to 3.3.8 in /common/webapp (#634)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-21 15:55:56 +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 nanoid from 3.3.7 to 3.3.8 in /common/webapp (#634) 2024-12-21 15:55:56 +01:00
package.json Update vite 2024-11-18 15:26:25 +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