Django+vue.js restart

djangosite

  • api
    • views.py
    • models.py
  • src
    • main.js
    • componenets
    • assets

my project looks like this. And also i'm using gunicorn. So, i use "sudo systemctl restart gunicorn" command when i want to reflect the code that i changed. But when i change the code of vue.js(component) it doesn't reflect. i can't find the reason does anyone know what the problem is?

Back to Top