Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realityloop/vue-drupal-entity


https://github.com/realityloop/vue-drupal-entity

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vue \

Render Drupal Entities and fields with Drupal JSON:API Entities schema support.

_This is a proof of concept, documentation is incomplete._

## Installation

`$ npm install vue-drupal-entity

## Usage

```jsx

import Vue from 'vue'
import VueDrupalEntity from 'vue-drupal-entity'

Vue.use(VueDrupalEntity)

export default {
data: () => ({
entity: {
...
},
schema: {
...
}
})
}

```