-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
VueJS frontend #57
Comments
I'm also started working on one, but a simpler one keeping the Bootstrap layout. Check #58. |
Eu recomendo utilizar docker para isso, caso tenha o "build" posso subir o container para você, se o server tiver suporte para isso. I recommend using docker for this, if you have the "build" I can upload the container to you, if the server supports it. Translated by Google translator |
@jersobh you can implement this in django front? |
Django front is bad choice :/ |
For the Vue.JS app you can use Netlify: http://netlify.com to host. The setup is very |
jersobh You can create a repository with your code or if you made a clone of this project, put it in a folder, eg. vuefront. publish here and we help in the integration |
why? django is already deployed in every project |
his project renders Vue App from Django and not Django Template. See brumadinho_location/static/js/script.js |
I've created a gps recording function, so people can register areas that have been searched already, with GPS position and time. Live demo: |
Hey guys, let's set an common language for talking? haha. Well, @jersobh thank you a lot for your work. It's really interesting what you've achived. You told you're already registering data with that solution. Are you storing it anywhere? Is it just being stored on client side? I've really liked your approach and the usability seems smooth enough for a first version. I encourage you to analyse if your solution can fit for what we need. Keep in mind that we'll need to integrate it with a backend, that backend can or cannot be written in Python (because it's the stack most of new contributiors know), the frontend/backend modules probably is going to be implemented together in a same project (we can change it). Try to be as clear as possible documenting how people can improve and extend your solution and feel free to propose it in a Pull Request. Thanks, |
@cacarrara it's not yet integrated with the API, but a member from telegram group ('Jose Bezerra') said he would work on that. But can be done in a few minutes, I just need to get the CRUD endpoints, as axios is already installed, and make the API calls. |
Hi there,
I'm working on a vuejs frontend, but I don't know how to use it after compiling, since it needs a webserver or run with node. It looks like this:
Edit:
dynamic multiple markers with names as tooltips
real location
The text was updated successfully, but these errors were encountered: