@montagejs/pangu
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

@montagejs/pangu

PanGu(盘古),有开天辟地之意。

Design brain map

Milestone

  • [x] Lazy Load Route
  • [x] Auto SetUp Page Title
  • [x] AOP Plugin
    • [x] Inner Plugin With forRoutes
  • [x] HOC
  • [x] Hooks
    • [x] useRouter
    • [x] useQuery
  • [x] Preload Route Source
    • [x] Plugin BASE IOC
    • [x] Provider
      • [x] useProvider consume
    • [x] Plugin
      • [x] pangu-plugin-route-preload
  • [ ] Keep-Alive Router
  • [ ] PanGuFC
  • [x] DefinePlugin
    • [x] Auto insert uniq key
  • [x] DefineRouterConfig

Install

$ npm i @montagejs/pangu

Usage

import PanGu from "@montagejs/pangu";

const app = new PanGu({
    routes: [],
    mode: 'history'
})

app.start();

Inspiration Warehouse

Readme

Keywords

Package Sidebar

Install

npm i @montagejs/pangu

Weekly Downloads

1

Version

0.1.9

License

ISC

Unpacked Size

2.61 kB

Total Files

3

Last publish

Collaborators

  • bigdreamer