where can i find a docs about the nodebb modules?
-
@moti-oren There weren't, so I've rectified that omission...
https://docs.nodebb.org/development/quickstart/
The "client-side logic" section details a bit about how we use require.js.
-
@julian thank you for your answare, it's also gonna help me. but i meand in my question to docs about the modules. for example, i'll use the composer module:
require(['composer/formatting'], function (f) { });
or the topics module:
require(['forum/topic'], function (t) { });
and i want to learn their methods and properties.
Copyright © 2024 NodeBB | Contributors