Add vue files to Code Structure authored by Simon Brungs's avatar Simon Brungs
......@@ -98,9 +98,18 @@ This document outlines the technologies used to build this project.
│ │ ├── 📁 utils
│ │ ├── 🐍 init.py
│ │ └── 💾 models.py
│ ├── 📁 vue-frontend
│ │ ├── 📁 src
│ │ │ ├── 📁 components
│ │ │ ├── 📁 types
│ │ │ └── 🟦 main.ts
│ │ └── 📁 public
│ ├── 🐍 run.py
│ ├── 🔧 config.py
│ └── 🔧 VERSION.py
│ ├── 🔧 tsconfig.json
│ ├── 📦 package.json
│ ├── 🔧 VERSION.py
│ └── 🔧 vite.config.ts
├── 📁 ladsh
│ └── 📊 index.html
├── 📁 .vscode
......
......