Skip to content
Snippets Groups Projects
Select Git revision
  • 0289220876299b3ced80faa645fb4e2f3a508df3
  • main default protected
  • tree-menu-component-for-sidenav
  • 0.12.0
  • migrate-geoserver-in-spatialio
  • planning-tool
  • implement-tests
  • support-for-color-themes
  • 0.11.0-alpha2
  • 0.11.0-alpha1
  • 0.11.0
  • 0.10.1
  • 0.10.0
  • 0.9.2
  • 0.9.1
  • 0.9.0
  • 0.8.1-helm070
  • 0.8.1-helm15
  • 0.8.1-helm14
  • 0.8.1-helm13
  • 0.8.1-helm12
  • 0.8.1-helm11
  • 0.8.1-helm10
  • 0.8.1-helm9
  • 0.8.1-helm8
  • 0.8.1-helm7
  • 0.8.1-helm6
  • 0.8.1-helm5
28 results

fixtures

  • 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