New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vue-hypermodel

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-hypermodel

Do it right or how you like!

latest
Source
npmnpm
Version
1.3.14
Version published
Maintainers
1
Created
Source

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

Keywords

vue

FAQs

Package last updated on 24 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts