1.0.3 • Published 6 years ago

cssloadding-jie v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

test

A Vue.js project

Build Setup

# install dependencies
npm install cssloadding-jie --save-dev
#全局引用
 import cssloadding from 'cssloadding'
 Vue.use(cssloadding)

#单个引用
import Loadding from 'cssloadding/component/loadding'
import Head from 'cssloadding/component/head'
Vue.use(Loadding)
Vue.use(Head)

#组件中使用
<Head></Head>
<Loadding theme="three"></Loadding>
//three second three fourth five

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago