1.1.4 • Published 3 years ago

mahal-router v1.1.4

Weekly downloads
-
License
APACHE 2.0
Repository
github
Last release
3 years ago

npm version TEST

mahal-router

Official router plugin for Mahal framework

Install

npm i mahal-router

Setup

import { Timer, Mahal } from "mahal";
import Root from "./components/root.mahal";
import { RouterPlugin, Router } from "mahal-router";
import { routes } from "./routes";

const router = new Router(routes, {
    mode: "history"
});

const app = new Mahal(Root, '#app');
// add router as plugin
app.extend.plugin(RouterPlugin, router);

app.create();

Docs

https://mahaljs.com/docs/router/

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.0

3 years ago