@walker-front/admin-core
v0.1.0
Published
Framework-neutral contracts and runtime primitives for Walker Front admin applications.
Readme
@walker-front/admin-core
Framework-neutral contracts and runtime primitives for Walker Front admin applications.
Phase 1 contracts and the distribution gates are complete. The package deliberately has no runtime dependencies and does not import Vue, Vue Router, DOM nodes, Axios, Pinia, or a backend SDK. AbortSignal is the allowed cross-runtime cancellation primitive.
Development
pnpm --filter @walker-front/admin-core typecheck
pnpm --filter @walker-front/admin-core test:run
pnpm --filter @walker-front/admin-core buildOnly the package root export is public. Contract tests exercise that entry point through src/index.ts before distribution smoke tests exercise the packed artifact.
