react-template-router
v1.0.4
Published
> router4 with page change animation, abortable fetch, custom loading animation...
Downloads
27
Readme
react-template-router
router4 with page change animation, abortable fetch, custom loading animation...
Usage
- Install
create-react-appandcreate-custom-react-app
$ npm i -g create-react-app create-custom-react-app- 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