Changes
Page history
Add vue files to Code Structure
authored
Mar 03, 2025
by
Simon Brungs
Show whitespace changes
Inline
Side-by-side
home.md
View page @
b6e6e6b7
...
...
@@ -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
...
...
...
...