personium / app-personium-calendar

Apache License 2.0
0 stars 8 forks source link

Refactor/Rewrite using better library method #81

Closed dixonsiu closed 6 years ago

dixonsiu commented 6 years ago

You can now use require feature to do the heavy lifting.
Only 3 steps to add JS libraries and use it.

  1. Add two lines to the existing library file.
  2. Require it from your Engine Script.
  3. Use the library funtion like normal JS.
  4. For advance user, you can require recursively.
    For exmple, Require personium.js which internally require underscore.js
dixonsiu commented 6 years ago

In the process of refactoring using "require" method. therefore, close this issue.