Allows to couple Django and Vue-cli easily, without any plugin or additional library.
- optional but recommended : clean webpack plugin.
Note : Hot Reload is active with this configuration.
Note : Don't forget to launch the Vuecli development server at the same time as the Django server, to activate the Hot Reload.
Note : you cannot dev on the webpack dev server directly after that. Instead, you can view your frontend from the django server.