vuejs-webpack-boilerplate icon indicating copy to clipboard operation
vuejs-webpack-boilerplate copied to clipboard

What additional changes?

Open muhajirdev opened this issue 7 years ago • 2 comments

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.

muhajirdev avatar Jul 17 '17 03:07 muhajirdev

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.

patrickheng avatar Jul 19 '17 07:07 patrickheng

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

muhajirdev avatar Jul 28 '17 01:07 muhajirdev