@fexd/mobile-router5
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Fexd Mobile Router5

基于 react-router v5 的移动端组件库,主要实现路由动画功能

安装

yarn add @fexd/mobile-router5
# 或者
npm install @fexd/mobile-router5 --save

按需加载

配合 babel-plugin-import 实现按需加载

// babel.config.js
module.exports = {
  plugins: [
    [
      'babel-plugin-import',
      {
        libraryName: '@fexd/mobile-router5',
        libraryDirectory: 'es/exports', // or 'es/exports'
        camel2DashComponentName: false,
        style: (name) => `${name}/style.less`, // or `${name}/style.css`
      },
      '@fexd/mobile-router5',
    ],
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @fexd/mobile-router5

Weekly Downloads

2

Version

0.1.2

License

ISC

Unpacked Size

92.3 kB

Total Files

51

Last publish

Collaborators

  • cjy0208