-
Notifications
You must be signed in to change notification settings - Fork 2
Contribute
Jovan Gerodetti edited this page Dec 14, 2016
·
9 revisions
###Basic How To To get started, you have to fork this repo at first. After that create a new branch and make your changes. At the end you can create a pull request to merge your changes.
###Application Frame Core The Application Frame core only consists of the most important and most reusable parts of the the framework. These are e.g. the Application prototype, the hasPrototype function, the EventTarget prototype and more.
Prototypes or other functionality which has a specific purpose, should be placed in a module.
Application Frame modules should be separated repositories and then linked back into the core via npm packages.