You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is demo django project in demo/ directory.
Basically:
add "django_vue_generator" to INSTALLED_APPS.
run "./manage.py start_frontend" that would create "frontend" directory with vue stuff and also urls.py, static/ templates/ folders. So it also acts as a django app.
run "./manage.py build_frontend" to build vue project and create template.
Add "frontend" to INSTALLED_APPS and include frontend.urls.urlpatterns to your urls.
from the command line?
The text was updated successfully, but these errors were encountered: