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

cat4kit-ui-frontend

  • Clone with SSH
  • Clone with HTTPS
  • mostafa.hadizadeh@kit.edu's avatar
    Mostafa Hadizadeh authored
    9c5ca7d6
    History

    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