forked from mtrpcic/pathjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Andrew Jameson edited this page Nov 20, 2016
·
11 revisions
The Getting Started page should get you up and running, showing you how to define routes, take action when a route is called, defining route parameters and so forth.
The routes
property exposes an object with some useful properties, and can be read about here.
If you'd like to extend your knowledge of what's going on under the covers then read about the Route
object as well as some additional functions which Routing.js exposes. However, this knowledge isn't necessary for using Routing.js