1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-23 07:26:40 +02:00

Updated Architecture (markdown)

antelle 2020-01-27 18:17:45 +01:00
parent cb0e7a4e99
commit 92135eabb4

@ -53,8 +53,6 @@ Now let's dive deeper into the structure of the application code located in [kee
* `scripts`: JS source code root * `scripts`: JS source code root
* `app.js`: entry point * `app.js`: entry point
* `auto-type`: auto-type engine used in desktop apps * `auto-type`: auto-type engine used in desktop apps
* `emitter`: platform-specific implementations of pressing keys
* `helper`: platform-specific implementations of getting window text and browser URL
* `collections`: collection models with their methods, such as list of open files * `collections`: collection models with their methods, such as list of open files
* `comp`: complex components with business logic using utilities, views, events, and so on * `comp`: complex components with business logic using utilities, views, events, and so on
* `const`: constant definitions * `const`: constant definitions