Provides GreenSock transition functionality to muban components.
yarn add muban-transition-component
npm i -S muban-transition-component
Checkout the online demo.
Demo can be found in /example. Install dev dependencies:
yarn
Run the example:
yarn dev
Detailed documentation and examples are located in the wiki!
In order to build muban-transition-component, ensure that you have Git and [Node.js] (http://nodejs.org/) installed.
Clone a copy of the repo:
git clone https://github.com/riccoarntz/muban-transition-component.git
Change to the vue-transition directory:
cd muban-transition-component
Install dev dependencies:
yarn
Use one of the following main scripts:
yarn build # build this project
yarn dev # run dev-watch mode, serving example/index.html in the browser
yarn generate # generate all artifacts (compiles ts, webpack, docs and coverage)
yarn test:unit # run the unit tests
yarn validate # runs validation scripts, including test, lint and coverage check
yarn lint # run tslint on this project
yarn doc # generate typedoc documentation
When installing this module, it adds a pre-push hook, that runs the validate
script before committing, so you can be sure that everything checks out.
View AUTHORS.md
View CONTRIBUTING.md
MIT © Ricco Arntz