This repository is being migrated from the legacy Go WebAssembly vue
runtime to Tue.
The old reflection/template interpreter runtime and its legacy WebAssembly examples have been removed. Reviewable Tue implementation slices will land in follow-up changes.
The pre-migration Vue runtime and examples remain available on the
vue branch.
- The GitHub repository and Go module path are
github.com/norunners/tue. - The active root package is intentionally a placeholder until the Tue runtime is rebuilt in reviewable slices.
- Initial
.tuesource fixtures live undertestdata/fixtures/; they define the intended component shape before parser/runtime work lands.
For the current baseline, the expected local checks are:
go fmt ./...
go test ./...