Skip to content

phusion/phusion-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

<spa-routes>
  <spa-view route="first_route">
    <h2>Page one</h2>
  </spa-view>
  <spa-view route="second_route">
    <h2>Page two</h2>
  </spa-view>
</spa-routes>

Testing

Prepare for testing by running:

make prepare

Run the tests by running:

make test

About

A Single Page App view switching system for Polymer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published