oei-app

This template should help get you started developing with Vue 3 in Vite.

Environment Variables

Before running the project, make sure to create an account at https://services.sentinel-hub.com and set up the following environment variables:

  • VITE_SENTINEL_CLIENT_SECRET: Your Sentinel Hub API client secret.
  • VITE_SENTINEL_CLIENT_ID: Your Sentinel Hub API client ID.
  • VITE_SENTINEL_WMS_INSTANCE_ID: Your Sentinel Hub API WMS instance ID.

Recommended IDE Setup

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