react-template-router

1.0.4 • Public • Published

react-template-router

router4 with page change animation, abortable fetch, custom loading animation...

Usage

  1. Install create-react-app and create-custom-react-app
$ npm i -g create-react-app create-custom-react-app
  1. Generator project width template
  • With global npm package
$ npm i -g react-template-router
$ create-custom-react-app -t router <project-name>
  • With github
$ create-custom-react-app -t likun7981/react-template-router <project-name>

Warning

Use git hooks, you should reinstall husky in work directory

$ npm uninstall husky
$ npm install husky

/react-template-router/

    Package Sidebar

    Install

    npm i react-template-router

    Weekly Downloads

    3

    Version

    1.0.4

    License

    ISC

    Last publish

    Collaborators

    • likun7981