vue-hypermodel

1.3.14 • Public • Published

vue-hypermodel

Module for REST APIs, that are build on top of the application architecture HATEOAS. Vue-hypermodel delivers you the possibility to transform the json you get from you api, to models.

Getting started

first add package with yarn or npm

yarn add vue-hypermodel
npm install vue-hypermodel

create vue.config.js file in main directory of your project with following content:

module.exports = {
  transpileDependencies: [
    'vue-hypermodel'
  ]
}

/vue-hypermodel/

    Package Sidebar

    Install

    npm i vue-hypermodel

    Weekly Downloads

    9

    Version

    1.3.14

    License

    MIT

    Unpacked Size

    36.8 kB

    Total Files

    31

    Last publish

    Collaborators

    • moedav