2.0.0 • Published 5 years ago

@activitystream/asa v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Activity Stream Analytics browser script

This is the javascript our clients can use on their web sites to allow for easy collecting of customer behaviour.

To build the bundle run

$ npm run build

In the dist folder will be the app and tests bundle together with their source maps.

For development mode run

$ npm start

Acceptance test

$ cd e2e
$ npm run build
$ npm start