Javascript based viewer for ICON model output on native grid.
When deployed, this website will do CORS requests towards the DKRZ swift server. These requests must be allowed on the server side.
According to the docs this is possible using container metadata.
Using the swift tool, you can set the required configuration using:
swift post nextGEMS -m "X-Container-Meta-Access-Control-Allow-Origin:*"
for the nextGEMS container.
This template should help get you started developing with Vue 3 in Vite.
this project uses vue.js and npm
See Vite Configuration Reference.
npm installnpm run devnpm run buildLint with ESLint
npm run lint