https://github.com/andreepratama27/vue-fullscreen-loading
:tv: A plugin for implements Fullscreen loading build with Vue 2
https://github.com/andreepratama27/vue-fullscreen-loading
css fullscreen jaavscript loading sass vue vue2 webpack
Last synced: about 1 month ago
JSON representation
:tv: A plugin for implements Fullscreen loading build with Vue 2
- Host: GitHub
- URL: https://github.com/andreepratama27/vue-fullscreen-loading
- Owner: andreepratama27
- Created: 2017-07-12T05:24:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T08:48:57.000Z (over 8 years ago)
- Last Synced: 2025-03-18T16:04:06.934Z (11 months ago)
- Topics: css, fullscreen, jaavscript, loading, sass, vue, vue2, webpack
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://coveralls.io/github/andreepratama27/vue-fullscreen-loading?branch=master)
# Vue Fullscreen Loading
A simple vue component for implements Fullscreen loading.
# Install
You can use [vue-fullscreen-loading](#) vue-fullscreen-loading.vue an insert into your html
or
You can install via npm
```
npm install vue-fullscreen-loading
```
# Usage
```javascript
import FullscreenLoading from 'fullscreen-loading'
export default {
components: {
FullscreenLoading
},
data () {
return {
isShow: true
}
}
}
```
# Props
###### image (String)
add your image and add to this props
###### show (Boolean)
Enable this component on / off by value that pass to the props