This repo contains the code for a demo from our blog post "Creating Vue.js Transitions & Animation: Live Examples".
# install dependencies
$ npm i # Or yarn install
# serve at localhost:8080 with hot reload
$ npm run dev
# build assets once
$ npm run build