[feat] Vue node lifecycle management implementation

Implements reactive position tracking, viewport culling, and event-driven
node management for Vue-based node rendering system.

Ready for demo and developer handoff.
This commit is contained in:
bymyself
2025-07-02 02:59:59 -07:00
parent 065e292b1c
commit 992d79b52f
11 changed files with 1002 additions and 253 deletions

5
.husky/pre-commit.backup Normal file
View File

@@ -0,0 +1,5 @@
if [[ "$OS" == "Windows_NT" ]]; then
npx.cmd lint-staged
else
npx lint-staged
fi