legojs

1.0.1 • Public • Published

lego.js

by Tyler Benziger

This git repo is just a basic sketch of concepts conveyed in my JS Legos talk. This is not a production-ready library.

Maybe, if we get enough people contributing, we could do more to implement and test new features. See contributing

Building from source

If you'd like to compile your own version of lego.js with specific widgets included/excluded, follow these steps:

  • Clone this repo
  • run npm install and bower install
  • Edit src/namespace.js to return only the components you need
  • Recompile source by running npm run-script build
  • Copy/paste lego.min.js where you need it

Contributing

  1. Fork this repo
  • Clone your forked repo
  • run npm install and bower install
  • Make changes
  • Recompile source by running npm run-script build
  • Submit a pull request

Readme

Keywords

none

Package Sidebar

Install

npm i legojs

Weekly Downloads

17

Version

1.0.1

License

none

Last publish

Collaborators

  • tybenz