Replies: 3 comments 2 replies
-
A backend library is needed to use this code. You should check the Vuefinder php library . Unfortunately, there is no other backend library other than php right now. But I don't think its difficult to implement one. Here is the live demo setup: |
Beta Was this translation helpful? Give feedback.
-
The source code of vuefinder.ozdemir.be is here : You can install it via git clone : git clone https://github.com/n1crack/vuefinder.ozdemir.be.git
cd vuefinder.ozdemir.be then you can install it with If you don't use php or laravel, then, unfortunately, there is no example at the moment. |
Beta Was this translation helpful? Give feedback.
-
@n1crack - your component looks very elegant and well-done! However, I don't use PHP and it's not obvious to me how to use your example to replicate the backend in other language. In general, it would be great to have an OpenAPI spec of the backend API (at least covering some of the most common operations) such that one could more easily put together a backend implementation. Perhaps this kind request belongs more to https://github.com/n1crack/vuefinder-php . Thanks for your attention. |
Beta Was this translation helpful? Give feedback.
-
How to pair it with my custom server?
Beta Was this translation helpful? Give feedback.
All reactions