We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created a sample vue component and added it to the index.js routing configs.
How can I access this route when running sh deploy.sh
Something else I was wondering is that for my app.urls paths there is always a # in it.
Thank you.
The text was updated successfully, but these errors were encountered:
@yuruyuri16
You need to run the build and depending on how the template folder is built; you update the app/views.py and vuedj/urls.py files accordingly
app/views.py
vuedj/urls.py
*Note that, it's no longer deploy.sh but server.sh and build.sh.
deploy.sh
server.sh
build.sh
Anyway, once you to the above; just follow by running server.sh.
Lastly about the URL, that's not been an issue. Do you suggest that we remove this?
Sorry, something went wrong.
Do you suggest that we remove this?
How can I remove the # in url?
No branches or pull requests
I created a sample vue component and added it to the index.js routing configs.
How can I access this route when running sh deploy.sh
Something else I was wondering is that for my app.urls paths there is always a # in it.
Thank you.
The text was updated successfully, but these errors were encountered: