🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

cingta-animation

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cingta-animation

青塔动效库

latest
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

青塔-动效库

本项目为青塔的C端动效库项目。

安装

npm install cingta-animation

快速开始

引入

//main.js
import { createApp } from 'vue'
import App from './App.vue'
import cingtaAnimation from "cingta-animation";
import "cingta-animation/src/assets/less/ct-animate.less";

const app = createApp(App)

app.use(cingtaAnimation)

app.mount('#app')

开始使用

现在你可以启动项目了。 具体每个组件的使用方法, 请查阅青塔组件库文档

FAQs

Package last updated on 29 Jun 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