An open API service indexing awesome lists of open source software.

https://github.com/phusion/phusion-spa

A Single Page App view switching system for Polymer
https://github.com/phusion/phusion-spa

Last synced: 5 months ago
JSON representation

A Single Page App view switching system for Polymer

Awesome Lists containing this project

README

          

Phusion SPA
==========

Phusion SPA is a set of Polymer elements that make developing single page apps
easier.

# Elements

## Routes
### Routes Example

The routes element listens to the browser navigation events and passes them to
nested `spa-view` elements.

```html


Page one




Page two


```

# Testing

Prepare for testing by running:

```
make prepare
```

Run the tests by running:

```
make test
```