Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@smoovy/router

davideperozzi27MIT1.2.18TypeScript support: included

Simple router

smoovy, router, ajax, loading, page transition

readme

@smoovy/router

Version Size

A simple router for the browser with features like caching, preloading and page transitions.

Installation

npm install --save @smoovy/router

Usage

Import the router as usual and initialize it wit a base url:

import { Router } from '@smoovy/router';

const router = new Router();

... TBA

License

See the LICENSE file for license rights and limitations (MIT).