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
- Host: GitHub
- URL: https://github.com/phusion/phusion-spa
- Owner: phusion
- Created: 2015-11-12T18:23:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T10:21:22.000Z (over 10 years ago)
- Last Synced: 2025-06-11T06:12:43.870Z (about 1 year ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```