spak
v0.22.1
Published
Kit for building single page applications.
Downloads
2
Readme
spåK
A micro application toolkit for single page applications providing the following:
- Top level / root object that provides common application resources
- current client session
- authenticated user
- localization
- logging
- uncaught error handling
- component based architecture
- component specification system
- application configuration
- action dispatcher
- event command bus
- hooks
- app workflow
- ES decorators
- Base Uncaught Error
Docs
Githooks
For developers contributing to this repo's source code, please run the following npm script:
npm run githooks
This script provides:
- pre commit: Lints code before commit is added to history.
- pre push: Runs tests before code is pushed up to remote.