vue-simple-spinner
Advanced tools
Comparing version 1.0.5 to 1.0.6
/*! | ||
* vue-simple-spinner v1.0.5 (https://github.com/dzwillia/vue-simple-spinner) | ||
* vue-simple-spinner v1.0.6 (https://github.com/dzwillia/vue-simple-spinner) | ||
* (c) 2017 David Z. Williams | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-simple-spinner", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A simple, flexible spinner for Vue.js", | ||
@@ -22,6 +22,6 @@ "author": "David Z. Williams <dave@flex.io>", | ||
"vuejs", | ||
"ui", | ||
"components", | ||
"table", | ||
"grid", | ||
"ui" | ||
"spinner", | ||
"progress" | ||
], | ||
@@ -28,0 +28,0 @@ "license": "MIT", |
@@ -6,5 +6,9 @@ # vue-simple-spinner | ||
## Documentation and demo | ||
## Documentation | ||
[http://dzwillia.github.io/vue-simple-spinner/](http://dzwillia.github.io/vue-simple-spinner/) | ||
## Demo | ||
[https://dzwillia.github.io/vue-simple-spinner/examples](https://dzwillia.github.io/vue-simple-spinner/examples) | ||
## Requirements | ||
@@ -42,32 +46,2 @@ * [Vue.js](http://vuejs.org/) (^v2.1.4) | ||
### Globals (script tag) | ||
Add a script tag pointing to `dist/vue-simple-spinner.js` *after* adding Vue. | ||
Example: | ||
```html | ||
<html> | ||
<head> | ||
... | ||
</head> | ||
<body> | ||
<div id="app"> | ||
<vue-simple-spinner>Hello world!</vue-simple-spinner> | ||
</div> | ||
<script src="path/to/vue.js"></script> | ||
<script src="path/to/vue-simple-spinner.js"></script> | ||
<script> | ||
new Vue({ | ||
el: '#app', | ||
components: { | ||
VueSimpleSpinner | ||
} | ||
}); | ||
</script> | ||
</body> | ||
</html> | ||
``` | ||
## License | ||
@@ -74,0 +48,0 @@ vue-simple-spinner is open source and released under the [MIT License](LICENSE). |
Sorry, the diff of this file is too big to display
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
371452
53