cssloadding-jie
v1.0.3
Published
A Vue.js project
Downloads
1
Readme
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).