Senna.js
Senna.js is a blazing-fast single page application engine that provides several low-level APIs that allows you to build modern web-based applications with only ~12 KB of JavaScript without any dependency.
Install
Install via Bower, npm or download as a zip:
bower install senna
npm install senna
Examples
- Email Example: Enable Single Page Apps using only HTML5 data-attributes;
- Gallery Example: Carousel app with history support and cacheable screens;
- Blog Example: Infinite scrolling pages done right with history support;
Browser Support
Setup
Install NodeJS >= v0.12.0, if you don't have it yet.
Install global dependencies:
[sudo] npm install -g gulpInstall local dependencies:
npm install bower installBuild the code:
gulpgulp serverTest the code:
gulp testgulp test:coverage
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
History
For detailed changelog, check Releases.
Credits
- Inspired by Daniel Pupius' Surface project
- Demo layouts by Pure CSS
- Icon made by Freepik
Team
Senna.js is maintained by these people and a bunch of awesome contributors.
| Eduardo Lundgren | Iliyan Peychev | Pedro Marques | Zeno Rocha |
License
BSD License © Eduardo Lundgren