JavaScript
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
activity-bar
build-svg
dom-module-loader
dom-ops
form-fields
google-maps-marker-cluster
load-google-maps-async
module-loader
redux-utils
settings
utils
.gitignore
LICENSE
README.md
package.json

README.md

POD Point JavaScript modules

Install

npm install @pod-point/module --save

Import

import module from '@pod-point/module';

Usage

Instructions can be found in each module's README.md.

Develop

All modules are written in ES6, and require Babel or another transpiler to convert the source code from src to lib.

npm install babel -g

Compile changes before commiting/publishing!

npm run compile

All module versions follow semver.