Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realityloop/vue-drupal-entity
https://github.com/realityloop/vue-drupal-entity
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realityloop/vue-drupal-entity
- Owner: Realityloop
- Created: 2019-11-26T23:44:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T04:42:20.000Z (about 2 years ago)
- Last Synced: 2024-11-16T15:53:20.387Z (3 months ago)
- Language: JavaScript
- Size: 410 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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: {
...
}
})
}```