Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signalpoint/drupalgap
An application development kit for Drupal websites.
https://github.com/signalpoint/drupalgap
drupal javascript mobile-app web-app
Last synced: 1 day ago
JSON representation
An application development kit for Drupal websites.
- Host: GitHub
- URL: https://github.com/signalpoint/drupalgap
- Owner: signalpoint
- License: gpl-2.0
- Created: 2012-01-24T02:57:35.000Z (about 13 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2025-01-17T16:15:14.000Z (23 days ago)
- Last Synced: 2025-02-08T10:04:34.013Z (1 day ago)
- Topics: drupal, javascript, mobile-app, web-app
- Language: JavaScript
- Homepage: https://www.drupalgap.org
- Size: 9.87 MB
- Stars: 234
- Watchers: 41
- Forks: 187
- Open Issues: 249
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## What is DrupalGap?
> An open source javascript front end framework and application development kit for Drupal 8. [Try a demo...](http://demo.drupalgap.org/8)
## What is DrupalGap used for?
> Build custom apps for Drupal 8, `with one set of code`, and then deploy them to a wide range of **app stores**, **devices** and **browsers**.
## Tools and Features
> By utilizing familiar coding syntax and concepts from Drupal 8 such as...
- Entities / Fields
- Modules
- Hooks
- Themes
- Regions
- Blocks
- Render Elements
- Routes / Custom Pages
- Forms API
- User Roles / Permissions> with built in pages, widgets and forms to handle...
- User Authentication
- Adding / Editing Entities
- Displaying Entities / Fields
- Rendering Views Result Data> the DrupalGap tool set is dedicated to Drupal 8 application development.
## What's under the hood?
> Made with *100% organic Vanilla JavaScript*
This allows developers to optionally include a **JS** and/or **CSS** framework of their choice alongside DrupalGap when building apps for Drupal 8.
- [Learn more about DrupalGap's innards](http://docs.drupalgap.org/8/Introduction/How_DrupalGap_Works)
- [What the heck is Vanilla JS?](http://stackoverflow.com/questions/20435653/what-is-vanillajs)## Getting Started
> Try the [Hello World](http://docs.drupalgap.org/8/Hello_World) for DrupalGap.