Vue.js Real Life Transitions & Microinteractions
Clone this repo to your local machine using
$ git clone git@github.com:fadamakis/vue-animations.git
npm install
npm run serve
Visit
http://localhost:8080/
npm run storybook
Visit
http://localhost:6006/
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D