1.1.0 • Published 7 years ago

@goldenplanet/js v1.1.0

Weekly downloads
4
License
-
Repository
-
Last release
7 years ago

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