Skip to content
Snippets Groups Projects

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