Skip to content

Realityloop/vue-drupal-entity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue <drupal-entity />

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

<template>
  <drupal-entity :entity="entity" :schema="schema" />
</template>

<script>
import Vue from 'vue'
import VueDrupalEntity from 'vue-drupal-entity'

Vue.use(VueDrupalEntity)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published