Skip to content

toxic-johann/nova-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nova-router npm package

Compatibility Note: nova-router requires Nova.js 1.0.1+

Introduction

nova-router is the router for nova.js. Features include:

  • Nested route/view mapping
  • Modular, component-based router configuration
  • Route params, query, wildcards
  • Fine-grained navigation control
  • HTML5 history mode or hash mode, with auto-fallback in IE9
  • Restore scroll position when going back in history mode

Development Setup

# install deps
npm install

# build dist files
cd ./build
gulp build

# and unit tests at localhost:8081
cd ./build
gulp unit-test