BlueMap/BlueMapCommon/webapp
Albus Rex 0bad1b6b2a
PDO php script implementation (#486)
* pdo connector implementation

* renamed php script

* made mysql default

* made errors generic

* Some small changes to make it work with mysql

* Better newlines

---------

Co-authored-by: AlbusRex <braisskarget@gmail.com>
Co-authored-by: Lukas Rieger (Blue) <TBlueF@users.noreply.github.com>
2023-11-20 12:40:47 +01:00
..
public PDO php script implementation (#486) 2023-11-20 12:40:47 +01:00
src Hide map-menu button if there is only one map, hide marker menu button if there are no markers 2023-11-19 17:15:08 +01:00
.eslintrc.cjs Update webapp to Vue3 2022-12-19 21:54:30 +01:00
.gitignore Update webapp to Vue3 2022-12-19 21:54:30 +01:00
index.html Update webapp to Vue3 2022-12-19 21:54:30 +01:00
package-lock.json Update vite for security-issue fix 2023-06-07 14:18:46 +02:00
package.json Update vite for security-issue fix 2023-06-07 14:18:46 +02:00
README.md Update webapp to Vue3 2022-12-19 21:54:30 +01:00
vite.config.js revert accidentally committed vite config change 2023-06-18 23:52:41 +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