Skip to content

Module for REST APIs, that are build on top of the application architecture HATEOAS

License

Notifications You must be signed in to change notification settings

Moedav/vue-hypermodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
  ]
}

About

Module for REST APIs, that are build on top of the application architecture HATEOAS

Resources

License

Stars

Watchers

Forks

Packages

No packages published