Skip to content

goldenplanetdk/js-obb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPP JavaScript shared code

Collection of general-purpose in-house JS functions and classes for GoldenPlanetPlatform apps

Requirements

  • jQuery and lodash must be available before including these scripts
  • init.js must be included before all other files

Usage

To include all scripts use:

require('@goldenplanet/js');

Note: webpack and ES6 are required

Style guides