📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

rest-resource-vue-tools

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-resource-vue-tools

A set of tools for your Vue+Rest Resource project. Works best with [BootstrapVue](https://bootstrap-vue.js.org)

0.3.1
latest
Version published
Weekly downloads
6
-33.33%
Maintainers
1
Weekly downloads
 
Created

Rest Resource - Vue Tools

A set of tools for your Vue+Rest Resource project. Works best with BootstrapVue

Resources

Please see custom build package documentation for more info

Dependencies

  • Rest Resource ^0.4.12
  • Vue ^2.5.21
  • BootstrapVue 2.0.0

Example Using Tools and Components

MyComponent.vue

<script>
import ResourceList from 'rest-resource-vue-tools/components/ResourceList.vue'
import MyResource from './resources'

export default {
    components: {
        ResourceList
    }
}
</script>

<template>
<resource-list
    :resourceClass="MyResource"
    :fields="{ id: 'ID', name: 'Name' }">
</resource-list>
</template>

FAQs

Package last updated on 15 May 2019

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