如何将 Vue 项目与 Velocity.js 集成,有什么例子吗?

How to integrate a Vue project with Velocity.js , any examples?

目前我正在尝试从使用 Velocity.js 的 CodePen 中集成项目,但我无法将它们集成到我的项目中。 在 main.js 文件中,我从 'velocity-animate'

导入速度

有什么例子吗?

我是这样使用的

import Velocity from 'velocity-animate'

mounted(){
..
  Velocity($element,{property: value});
..
}

这在您要实现的视图中。