Vue.js animations POC with various libraries.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run start:build
# generate static project
$ yarn run generate
Where yarn
can be replaced by npm
.