2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00
books/docs/index.md

26 lines
763 B
Markdown
Raw Normal View History

2018-01-10 18:19:52 +05:30
# Frappe.js
Frappe.js is a meta-data driven framework that enables rapid application development of Node.js and Electron based applications.
## Contents
2018-01-16 11:39:17 +05:30
- [Making a new App](app.md)
2018-01-10 18:19:52 +05:30
- Models and Documents
- [Declaring Models](models/index.md)
- [Controllers](models/controllers.md)
- [Metadata](models/metadata.md)
- [Managing Documents](models/document.md)
- [Server](server/index.md)
- [REST API](server/rest.md)
- [Client](client/index.md)
- [Routing](client/router.md)
- [Page](client/page.md)
- [Lists](client/lists.md)
- [Forms](client/forms.md)
- [Controls](client/controls.md)
- [UI](client/ui/index.md)
- [Dropdown](client/ui/dropdown.md)
2018-01-16 11:39:17 +05:30
- [Desk](client/desk.md)
2018-01-10 18:19:52 +05:30
- [Backends](backends.md)
2018-01-16 11:39:17 +05:30
- [Errors](errors.md)
2018-01-10 18:19:52 +05:30
- [Testing](testing.md)