R4C user interface Vue3 interface with Vite and Cesium
npm run dev
The application should now be running at http://localhost:5173.
docker compose up
The application should now be running at http://localhost:4173.
skaffold dev --port-forward
Run tests:
npx playwright test
Run tests in interactive UI mode:
npx playwright test --ui
Run tests in headed browsers (default: headless):
npx playwright test --headed
skaffold delete
docker system --prune --all
https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/ https://docs.sentry.io/platforms/javascript/guides/vue/ https://docs.sentry.io/platforms/javascript/guides/vue/features/pinia/