0.1.5 • Published 8 years ago

nova-router v0.1.5

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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
0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago