Skip to content

gobengo/activity-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

activity-element

Render JSON Activity Streams Objects into HTMLElements.

Example

var activityMocks = require('activity-mocks');
var el = require('activity-element')(activityMocks.jsonld);
document.body.appendChild(el);

make commands

  • make build - will npm install and bower install
  • make dist - will use r.js optimizer to compile the source, UMD wrap, and place that and source maps in dist/
  • make clean
  • make server - serve the repo over http
  • make deploy [env={*prod,uat,qa}] - Deploy to lfcdn, optionally specifying a bucket env

About

Render JSON Activity Streams Objects as HTMLElements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published