Skip to content

Intent lets your Meteor application remind a user's initial action or page over several route changes (client-side only). Designed for use with iron:router.

License

Notifications You must be signed in to change notification settings

lifelynl/meteor-intent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Intent Package

LICENSE meteor package version

Intent lets your Meteor application remind a user's initial action or page over several route changes (client-side only). Designed for use with iron:router.

Presentation slides

Slides.com: http://slides.com/jessedvrs/lifely-meteor-intent

Prerequisites

  • meteor-platform (obviously)
  • iron:router

Installation

  • meteor add lifelynl:intent.
  • Configure the Intent on the client using Intent.configure({ default_route_name: 'home' }). Possible configuration options are:
default_route_name       Required    The name of the route where Intent should fall back to
default_route_params     Optional    The parameters for the route where Intent should fall back to
default_route_options    Optional    The options for the route where Intent should fall back to
debug                    Optional    Enable debugging

Example application

The example application enclose the most common cases for Intent. To view the example application:

  • Checkout the repo with git clone
  • cd meteor-intent/examples
  • meteor run
  • visit localhost:3000

Documentation

Please visit the wiki on Github!

About

Intent lets your Meteor application remind a user's initial action or page over several route changes (client-side only). Designed for use with iron:router.

Resources

License

Stars

Watchers

Forks

Packages

No packages published