patrickheng / vuejs-webpack-boilerplate

:eyes: vue.js boilerplate using webpack, gsap and scss. Written in es2015
MIT License
43 stars 5 forks source link

What additional changes? #5

Open muhajirdev opened 7 years ago

muhajirdev commented 7 years ago

Hi @patrickheng , Recently I visited your website and I was blown away. And I found this repo which is what I was looking for.

I'd like to use Vue with js animation library (GSAP or anime.js). But I want to implement PWA, so I will vue's pwa-template.

May I know what additional changes you put to this boilerplate to make it works with GSAP? I want to integrate it with vue's pwa template.

Thank you.

patrickheng commented 7 years ago

Hello @muhajirframe,

In order to use GSAP, I do not make lot of changes on the boilerplate. I just install it GSAP via npm.

Then I create / play / dispose GSAP timelines in my components lifecycle or in vue-router transitions hooks.

muhajirdev commented 7 years ago

Hmm.. Thanks. I see in your portfolio, you're also using react. Is vue easier to animate compared to react?