0.2.5 • Published 11 months ago

cingta-animation v0.2.5

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

青塔-动效库

本项目为青塔的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')

开始使用

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

0.0.11

11 months ago

0.0.12

11 months ago

0.1.0

11 months ago

0.2.1

11 months ago

0.1.2

11 months ago

0.2.0

11 months ago

0.1.1

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.2.3

11 months ago

0.1.4

11 months ago

0.2.2

11 months ago

0.1.3

11 months ago

0.2.5

11 months ago

0.1.6

11 months ago

0.2.4

11 months ago

0.1.5

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago