vue-service-model
TypeScript icon, indicating that this package has built-in type declarations

0.18.1 • Public • Published

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

Documentation

Example project

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

/vue-service-model/

    Package Sidebar

    Install

    npm i vue-service-model

    Weekly Downloads

    11

    Version

    0.18.1

    License

    MIT

    Unpacked Size

    190 kB

    Total Files

    90

    Last publish

    Collaborators

    • freakzlike