# Documentation

#### Usage

* [Introduction](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/usage-intro.md)
* [Module](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/usage-module.md)
* [Scaffold](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/usage-scaffold.md)

#### Component

* [Custom Model](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/custom-model.md)
* [Custom viewModel](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/custom-viewModel.md)
* [Custom Events](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/custom-events.md)

#### Events

* [Ready](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-ready.md)
* [Start](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-start.md)
* [Stop](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-stop.md)
* [Data](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-data.md)
* [Data Error](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-data-error.md)
* [Destroy](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-destroy.md)
* [Synthetic Data](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/events-synthetic-data.md)

#### Notes

* [Architecture](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/core-architecture.md)
* [Usage](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/usage-notes.md)
* [Change Log](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/core-change-log.md)
* [TODO List](https://github.com/MajorLeagueBaseball/g5-component/blob/master/docs/core-todo-list.md)

#### Reference

* [Fetch](https://fetch.spec.whatwg.org/)
* [Browserify Handbook](https://github.com/substack/browserify-handbook)
* [Browserify and UMD](http://dontkry.com/posts/code/browserify-and-the-universal-module-definition.html)
* [Task Automation with npm run](http://substack.net/task_automation_with_npm_run)
* [Tape Tests](https://github.com/substack/tape)
* [JSDoc](http://usejsdoc.org/)
