@atscript/vue-wf
v0.1.72
Published
Workflow form integration for Vue 3 — HTTP round-trip loop driven by atscript type metadata
Maintainers
Readme
@atscript/vue-wf
📚 Documentation: ui.atscript.dev
Vue 3 client for the atscript-ui workflow form — HTTP round-trip loop driven by metadata exchanged with a @atscript/moost-wf server.
Part of the atscript-ui monorepo.
What it provides
<AsWfForm>— single component that drives the full workflow: posts current state, renders the next step's form, validates with the schema returned by the server, and resumes after pauses- Hooks for custom transport, error display, and per-step UI overrides
- Built on
@atscript/vue-form, so all form-rendering primitives (field types, default renderers, layout grid) carry over - Default
AsWfFinishscreen +wf.finish.*scoped slots +navigateprop +@dismiss/@actionevents for the unifiedWfFinishedterminal envelope. See Finish Screens.
Install
pnpm add @atscript/vue-wfPeer requirements: vue@^3, @atscript/vue-form, @atscript/typescript.
License
MIT © Artem Maltsev
