Vue.js Library for handling REST service requests with caching, aggregation and model definitions.
- Define models and easily handle REST service requests
- Pass model data to REST service requests and retrieve model data from them
- Aggregation for multiple parallel requests to the same url to avoid redundant requests. See aggregation
- Caches response from services
- Uses axios for service request
- Field specific rendering with common component for consistent display of field values
Feel free to create an issue for bugs, feature requests, suggestions or any idea you have. You can also add a pull request with your implementation.
It would please me to hear from your experience.
I used some ideas and names from django, django REST framework, ag-Grid and other libraries and frameworks.