VUE中使用animate.css

第一步:npm install animate.css –save
第二步:然后在你要用的那个vue的script文件中引用

import animate from 'animate.css'

第三步:使用方法
我这里用的方法是页面加载、刷新就使用动画。