Skip to content

signalpoint/DrupalGap

8.x-1.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
dg
 
 
 
 
 
 
 
 
 
 
 
 

What is DrupalGap?

An open source javascript front end framework and application development kit for Drupal 8. Try a demo...

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.

Getting Started

Try the Hello World for DrupalGap.