Skip to content
Tiny frameworks that serves as experimental purposes
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
examples
misc
src event propgation example; regex.exec; string.replace demo
test
.gitignore ref fix
.travis.yml
Gruntfile.js
README.md
bower.json release 0.1.3
karma.conf.js
package.json add npm scripts

README.md

boost.js

Build Status

EXPERIMENTAL FRONT-END FRAMEWORKS, built with Programing in JavaScript

实验性框架,会伴随《Programing in JavaScript》这本开源书籍一起成长。

boost components

  • core
    • global reference
    • prototype extension
  • runtime
    • object system
    • utilities
  • dom
    • browser events
    • node manipluater
    • selector
    • data storage
    • dimension
    • classname helpers
    • attr helpers
  • net
    • AJAX
    • websocket
    • WebRTC
  • promise
    • ES6-compliant promise
  • mvc
    • tranditional mvc frameworks
  • xcomponent
    • web-component powered mvc frameworks

Automation

TDD-style development

grunt test

CI test

npm test

Build

grunt build

License

MIT

Something went wrong with that request. Please try again.