Socket
Book a DemoInstallSign in
Socket

@productdevbook/animejs-vue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@productdevbook/animejs-vue

Anime.js Vue.js and Nuxt.js integration

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Version Downloads License Github Stars

Anime.js It is a wrapper package for Vue.js.

Setup

pnpm install @productdevbook/animejs-vue

Usage

Vue 3 or TypeScript

import { anime } from '@productdevbook/animejs'

anime({
  targets: '.demo .el',
  translateX: 250,
  rotate: '1turn',
  backgroundColor: '#FFF',
  duration: 800
})

Nuxt 3

nuxt.config.ts

defineNuxtConfig({
  modules: [
    '@productdevbook/animejs-vue/nuxt'
  ]
})

Local Development

Requirements

  • Node.js 18.0.0+
  • pnpm 7.26.3+

Setup

pnpm install

Dev

pnpm dev

Build

pnpm build

Linkler

FAQs

Package last updated on 19 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts