Skip to content

Files

Latest commit

cf9df3d · Aug 15, 2019

History

History
23 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 428 Bytes

vue-animations-test

Vue.js animations POC with various libraries.

Link to the demo.

Development & Build

# 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.