Skip to content
Snippets Groups Projects
Select Git revision
  • d127e00a7cf58f095b632b34eb41456ef63a16d1
  • development2 default
  • main protected
  • new_development2
  • cat4kit-deployment
5 results

cat4kit-ui-frontend

  • 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