Nuxt.js, Django, Mysql, Nginx, Docker, phpmyadmin
$ git clone https://github.com/115design/nuxt-django.git
$ cd nuxt-django
$ make start
$ make make_migrations
$ make migrate
$ make create_superuser
$ make restart_django
$ make collect_static
Django: http://localhost:8000
phpMyAdmin: http://localhost:8380
Nuxt.js: http://localhost:3000