refactor: reorganize project into monorepo with frontend scaffolding

Convert project from single backend to monorepo structure with separate
frontend (Vue 3 + TypeScript + Vite) and backend directories. Updates
all configuration files and build system to support both workspaces.

Ref: T007 (specs/001-modbus-relay-control)
This commit is contained in:
2026-01-01 17:35:58 +01:00
parent 6903d76682
commit 837a49fc58
48 changed files with 1243 additions and 51 deletions

20
.gitignore vendored
View File

@@ -21,16 +21,32 @@ target/
coverage/
# Frontend
## Nuxt dev/build outputs
## Build outputs
.output
.data
.nuxt
.nitro
.cache
dist
dist-ssr
*.local
## Node dependencies
## Node dependencies and logs
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
## Editor directories (keep .vscode/extensions.json)
.vscode/*
!.vscode/extensions.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Nix
result