本文主要是介绍vue脚手架中运用animate.css(4.* 版本),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
vue脚手架中运用animate.css(4.* 版本)
yarn add animate.css(添加)/ yarn remove animate.css(删除)
https://blog.csdn.net/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
这篇关于vue脚手架中运用animate.css(4.* 版本)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!