Hybrid Form Example

This example application shows how use Django forms and Vue to render the form input components.

Setup

The Hybrid Form Example requires that you first install Docker. After Docker is installed run the following to start the example.

./scripts/create_env.py

Run the Example

To run the example application you just need to run docker-compose up.