VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
Use following env variables to set env vars
API_SERVER_BASE_PATH
The path where the api is available-. e.g.https://restapi.connect.dzd-ev.de/mouseclinic/
. mind the trailing slashAPI_SERVER_BASE_URL
The base path (protocoll+domain) where the api is available. e.g.https://restapi.connect.dzd-ev.de/
. mind the trailing slash
cd app/
yarn install
cd app/
yarn run dev
cd app/
yarn run build
docker run -p 80:80 registry-gl.connect.dzd-ev.de:443/dzdapps/dzd-werk:latest
git clone ssh://git@git.connect.dzd-ev.de:22022/dzdapps/dzd-werk.git
docker build . -t myImageName
docker run -p 80:80 myImageName