Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.02 KB

README.md

File metadata and controls

34 lines (22 loc) · 2.02 KB

Vue service model

Build codecov Package Quality Latest Version License

Vue.js Library for handling REST service requests with caching, aggregation and model definitions.

Features

  • 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

Contribution

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.

License

MIT