Skip to content
Snippets Groups Projects
Select Git revision
  • 0016521b6757d822b42dd6db648433355f9593f4
  • main default protected
  • ai4eosc
  • build/dockerfile-client-build
  • add-feedback
  • openapi-spec
  • 1.2.0
  • 1.1.0
  • 1.0.1
  • 1.0.0
  • 0.5.0
11 results

lib

  • Clone with SSH
  • Clone with HTTPS
  • cat4kit_ui_frontend

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

    Recommended IDE Setup

    VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

    Customize configuration

    Make a configuration file named config.js in the src directory of the project. The file should contain the following variables:

    let config;
    config = {
        $axios_url_backend: "{Django backend url}",
        $axios_url_bridge: "{Django bridge url to be connected to STAC-API}",
    };
    
    export { config }
    See [Vite Configuration Reference](https://vitejs.dev/config/).
    
    ## Project Setup
    
    ```sh
    npm install

    Compile and Hot-Reload for Development

    npm run dev

    Compile and Minify for Production

    npm run build