2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/docs/index.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

2018-01-10 12:49:52 +00:00
# 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 06:09:17 +00:00
- [Making a new App](app.md)
2018-01-10 12:49:52 +00:00
- Models and Documents
- [Declaring Models](models/index.md)
2018-02-22 07:36:28 +00:00
- [Fields](models/fields.md)
- [Controllers](models/controllers.md)
2018-02-22 07:36:28 +00:00
- [Formula](models/fields.md)
- [Metadata](models/metadata.md)
- [Managing Documents](models/document.md)
2018-02-22 07:36:28 +00:00
- [Single Documents](models/singles.md)
- [Parent Child](models/parent-child.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 06:09:17 +00:00
- [Desk](client/desk.md)
2018-02-22 07:36:28 +00:00
- Utilities
- [Observable](utilities/observable.md)
- [Print Format](utilities/print-format.md)
- [Number Series](utilities/number-series.md)
- [System Settings](utilities/system-settings.md)
- [Backends](server/backends.md)
2018-01-16 06:09:17 +00:00
- [Errors](errors.md)
2018-01-31 10:13:33 +00:00
- [Testing](testing.md)
- [Command Line Tools](cli.md)