vue中使用 Animate.css

2018-10-27  本文已影响7人  xilong

1、安装

npm install animate.css --save

2、引入使用

2.1全局引入使用

import animate from ‘animate.css’ 
Vue.use(animate)

2.2 局部引入使用(比较推荐这种方式)

<style lang="scss" scoped>
    @import  '../../../node_modules/animate.css/animate.css';
</style>
上一篇下一篇

猜你喜欢

热点阅读