lazy-spa
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

Lazy-SPA

Installation

$ npm install lazy-spa

Basic usage

import { BaseComponent, init } from "lazy-spa";

init({
    routes: [
        {path: "/", component: () => import("./components/home") }
    ]
});

License

Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

/lazy-spa/

    Package Sidebar

    Install

    npm i lazy-spa

    Weekly Downloads

    1

    Version

    0.0.19

    License

    Apache-2.0

    Unpacked Size

    16.9 kB

    Total Files

    13

    Last publish

    Collaborators

    • daveljr