Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "d-loading", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "d-loading", | ||
@@ -5,0 +5,0 @@ "main": "/src/lib/d-loading.js", |
@@ -1,11 +0,22 @@ | ||
# webpack-tpl | ||
# d-loading | ||
QQ交流群: 424418160 | ||
![](https://img.shields.io/badge/webpack-4.1.1-00a1fb.svg) ![](https://img.shields.io/badge/compass_mixin-0.12.1-ff1fc4.svg) | ||
![](https://img.shields.io/badge/webpack_cli-2.0.12-00a1fb.svg) | ||
一个通用的webpack模板,配置基本的内容,可满足项目的基本的使用 | ||
配置通用的scss,引入compass-mixin | ||
引入基本的js代码,后期会渐渐加入更多内容 | ||
一个通用的loading效果 | ||
### 使用方式 | ||
引入 | ||
<pre> | ||
npm install d-loading | ||
</pre> | ||
![](https://github.com/IFmiss/webpack-tpl/blob/master/static/demo.png) | ||
调用 | ||
<pre> | ||
import Loading from 'd-loading' | ||
let dloading = new Loading(document.body) | ||
dloading.showLoading() | ||
dloading.hideLoading() | ||
dloading.removeLoading() | ||
</pre> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23
451570