Hi Ludwig, I'm not sure what you're trying to accomplish. Vue.js is a framework for writing web application frontends. AQL is the query language ArangoDB uses.
It sounds like you're using arangojs in the browser. We generally don't recommend exposing ArangoDB directly in production (which would be necessary to use arangojs in the browser), so you probably want to talk to ArangoDB from within a server-side application your frontend talks to (e.g. using Node.js, Java or PHP). Another approach would be to write a Foxx service that runs inside ArangoDB and configure your web server to expose only that service's mount point. For more information on Foxx see https://www.arangodb.com/why-arangodb/foxx/ and https://docs.arangodb.com/3.3/Manual/Foxx/ . Cheers, Alan On Friday, 18 May 2018 23:30:20 UTC+2, Ludwig wrote: > > Hello, > > How do you bind AQL output with Vue.js ? > > > > > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
