A collection of experiments for using Django with Vue.
You can try them yourself at: django-vue-experiments.supergood.cloud
And you can read about them on: supergood.site
Within django_vue_experiments/experiments/views.py
:
- Create a new View that inherits from
ExperimentView
. - Add your new view to
experiment_view_classes
.
- Create a .env file.
make .env
- Build docker containers for local development
make build-local
- Start docker containers
make docker-up
- Update the
__version__
indjango_vue_experiments/__init__.py
. - Build the production docker image
make build-production
- Test it locally:
make docker-up-production
- Push to docker repo:
- Ex:
docker push niicck/django_vue_experiments:latest
- Ex: