0.0.1 • Published 12 months ago
gillbreath-pad v0.0.1
pad
- About
 - Get Involved
 - Quick Start/Install
 - Lead Maintainer
 - License
 
About
Framework for rapid application development. Isomorphic ORM, aka full-stack JavaScript on Rails.
Portable Application Definition (PAD) is a proposal for a convention-driven approach to isolating what's unique about a system.
- Specify everything that's unique in a PAD format
 - Dynamically produce app behavior from PAD
 
Get Involved
Contribute to the framework by joining our social impact project. Fill out this short form and we'll be in touch.
Quick Start/Install
git clonerepo locallycd vue-scaffold && npm i && npm run start- Cypress will launch. Choose Chrome (other browsers not yet supported)
 - Open localhost:4173
 
Features
dataEntities- data described here will automatically get CRUD functionality, routes & forms
 - data entities can also be automatically be rendered as tables or ULs
 
pageRoutes- describe non-data functionality here
 
Lead maintainer
The lead maintainer at this time is Elias Carlston. His email is elias@eliascarlston.com.