@redchili/app-router
TypeScript icon, indicating that this package has built-in type declarations

1.0.3-alpha.0 • Public • Published

app-router

app 主页面访问的组件路由

NPM JavaScript Style Guide

Install

npm install --save app-router

Usage

import * as React from 'react'

import MyComponent from 'app-router'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © xiamu14

/@redchili/app-router/

    Package Sidebar

    Install

    npm i @redchili/app-router

    Weekly Downloads

    2

    Version

    1.0.3-alpha.0

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    9

    Last publish

    Collaborators

    • redchili