A lightweight CSS library for for adding transitions to Vue components ⭐
After creating a fork and cloning locally:
- Install dependencies in the root(
/
) directory with:npm install
- Install dependencies in the
/demo
directory withcd demo && npm install
- Open two terminal tabs, In the first run:
npm run watch
and in the second run:npm run develop
- Edit/Create the css files in
/src
folder to add new classes. - Create new components in the
/demo/src/components/
folder to add a sample of the new classes.