Tutorials
Tutorials teach VUEDA by walking through a concrete task from start to finish. Each tutorial assumes no prior success with the topic and ends with a working result you can build on.
If you already have a running project and need to accomplish something specific, the Guides section is a better starting point.
Getting Started
- Start Building: Scaffold a new VUEDA project, wire up a Django API with a real inventory model, and connect it to a Vue client.
- Add Workflow to a Model: Wire up workflow URLs, add the workflow mixin, create states and transitions, and verify the API.