react-tiger-transition
Full page transitions with react-router.
파일 탐색기
최종 버전 다운로드 (.zip)- stale.yml
- CustomTransitions.md
- generatedTigersArgs.json
- Link.md
- Navigation.md
- QuickStart.md
- Route.md
- Screen.md
- tigersAPI.md
- Transitions.md
- Basic.jsx
- DefaultRoute.jsx
- Display.jsx
- MaterialTabs.jsx
- Quickstart.jsx
- buildDocs.js
- generateComponentsMarkdown.js
- generateTigersMarkdown.js
- README.md
- webpack.config.js
- carouselIn.js
- carouselOut.js
- cubeIn.js
- cubeOut.js
- flipIn.js
- flipOut.js
- fold.js
- glideIn.js
- glideOut.js
- glueIn.js
- glueOut.js
- index.js
- pull.js
- push.js
- roomIn.js
- roomOut.js
- scaleIn.js
- scaleOut.js
- shuffleOut.js
- sideIn.js
- sideOut.js
- slideIn.js
- slideOut.js
- unfold.js
- buildTiger.js
- carousel.js
- cube.js
- drop.js
- fade.js
- flip.js
- fold.js
- glide.js
- glideIn.js
- glideOut.js
- glueIn.js
- glueOut.js
- index.js
- pull.js
- push.js
- pushPull.js
- rise.js
- room.js
- scale.js
- shuffle.js
- side.js
- slide.js
- unfold.js
- computeClassName.js
- getEasing.js
- index.js
- prefixer.js
- styleInject.js
- withRouterAndRef.js
- context.js
- index.js
- Link.js
- Navigation.js
- Route.js
- Screen.js
- styles.css
- styles.js
- Route.test.js.snap
- Screen.test.js.snap
- buildTiger.test.js
- transitions.test.js
- computeClassName.test.js
- getEasing.test.js
- prefixer.test.js
- styleInject.test.js
- Link.test.js
- Navigation.test.js
- Route.test.js
- Screen.test.js
- favicon.ico
- index.html
- AppBar.jsx
- Button.jsx
- Card.jsx
- index.js
- Logo.jsx
- Nav.jsx
- SandboxEmbed.jsx
- SandboxExample.jsx
- SnackbarContent.jsx
- computeTimeout.js
- DemoProvider.jsx
- index.js
- reducer.js
- tigers.js
- Demo.jsx
- DemoNav.jsx
- DemoNext.jsx
- index.js
- assets.js
- Docs.jsx
- DocsNav.jsx
- index.js
- RenderDoc.jsx
- routePath.js
- assets.js
- Examples.jsx
- ExamplesNav.jsx
- index.jsx
- routePath.js
- DemoCardContent.jsx
- index.jsx
- InstallationCardContent.jsx
- UsageCardContent.jsx
- index.js
- markdown.css
- style.css
- theme.js
- CodeRender.js
- index.js
- LinkRender.js
- index.js
- registerTransitions.js
- babel.config.js
- package-lock.json
- package.json
- webpack.config.js
- .eslintrc
- .gitignore
- .npmignore
- .size-snapshot.json
- .travis.yml
- babel.config.js
- CHANGELOG.md
- CONTRIBUTING.md
- demo.gif
- demo1.gif
- demo2.gif
- index.js
- jest.config.json
- jest.setup.js
- LICENSE
- package-lock.json
- package.json
- README.md
- rollup.config.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/PedroBern/react-tiger-transition
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-tiger-transition
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm i react-tiger-transition
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm i react-router-dom react-transition-group
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
