Package Exports
- gillbreath-pad
- gillbreath-pad/copyFiles.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gillbreath-pad) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.