Skip to content

segidev/django-vue-multi-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Only for presentation purpose

  1. cd www && npm install
  2. docker-compose up -d (Wait for build)

Add fixtures

  1. docker-compose exec api python manage.py makemigrations
  2. docker-compose exec api python manage.py migrate
  3. docker-compose exec api python manage.py loaddata events persons

The package.json controls which vue module will be used while the settings.py decides which django app will be used.

Visit http://localhost:8000/myevents/

Visit http://localhost:8080/

About

Attempt to combine django and vue with apps and multiple webpack setups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published