vue脚手架中运用animate.css(4.* 版本)
yarn add animate.css(添加)/ yarn remove animate.css(删除)
https://blog.youkuaiyun.com/yunchong_zhao/article/details/107207600
Vue-cli
-
安装 npm i animate.css@3.7.2 yarn add animate.css@3.7.2
npm install animate.css -
导入
//引入animate.css
import animated from ‘animate.css’
//使用animated
Vue.use(animated)3.重新启动项目 npm run serve / yarn serve
4.按官网规则使用
https://www.worldlink.com.cn/osdir/animatecss.html
https://www.cnblogs.com/fang-1207/p/animationfang.html