A blazing-fast Single Page Application engine
> :warning: In the future, the senna npm package will be deprecated. Development continues in the liferay/liferay-portal repo (more specifically, inside the frontend-js-spa-web module), but not as an independent project, in order to better integrate with and serve the needs of Liferay DXP. At the time of writing, the last official release of the npm packages was v2.7.9, from the 2.x series on the master branch, and it is still used by a number of pre-EOL versions of Liferay DXP, such as 7.0.x, 7.1.x, 7.2.x, and 7.3.x. Any future maintenance releases of the senna npm package will be produced from this repo, and the old repo at liferay/senna.js will be archived (marked as read-only).
---
_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 ~15 KB of JavaScript without any dependency.
- Official website
- Website repository
- Documentation
- API Docs
Senna.js is widely used and well maintained internally at Liferay but
does not currently have staffing to support the open source release. As such
this project is mostly _internal_ and support is _minimal_. For certain
issues, like build integration we are in an especially bad position to offer
support.
To get assistance you can use any of the following forums
1. Look through the documentation.
2. File an issue on GitHub
We will try our best, but keep in mind that given our support staffing, we may
not be able to help.
Install via npm, Bower, CDN or
download as a zip:
```
npm install senna
- 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;_
1. Install NodeJS >= v0.12.0, if you don't have it yet.
2. Install global dependencies:
``
[sudo] npm install -g gulp
3. Install local dependencies:
``
npm install
bower install
4. Build the code:
``
gulp
``
gulp server
5. Test the code:
``
gulp test
```
gulp test:coverage
Please, see our detailed CONTRIBUTING guide for all the information you need to contribute to the project!
For detailed changelog, check Releases.
- Inspired by Daniel Pupius' Surface project
- Demo layouts by Pure CSS
- Icon made by Freepik
_Senna.js_ was made with love by these people and a bunch of awesome contributors.
| Author | Maintainer |
| :-------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------: |
|  |  |
| Eduardo Lundgren | Bruno Basto |

BSD License © Liferay, Inc.