$ jspm install jquery jquery-ui css npm:gsap
And in your app.js:
import $ from 'jquery'; import gsap from 'gsap'; import 'jquery-ui'; import 'jquery-ui/themes/base/jquery-ui.css!css';Theeeere we go! Now the only thing left to do is to prefix gsap modules, e.g. gsap.TweenMax instead of TweenMax.
No comments:
Post a Comment