Giter Club home page Giter Club logo

vue-network's Introduction

vue-network

A vue plugin that notifies your app and users when the network goes offline and back online.

Features

Displays message to users as a notification, and disappears when the network is back online.;

Screenshot

Provides a global variable to help you figure out if you app is offline within your vue component;

function getData() {
    if(this.$isOnline) {
        fetch();
    }else {
        return;
    }
}

How to install the plugin

npm install vue-network-plugin --save

How to use

1.import the plugin in your main.js file

import VueNetwork from "vue-network-plugin" Vue.use(VueNetwork)

2.you can also disable the notification by passing a "displayNotification" parameter, by default the notification is displayed

Vue.use(VueNetwork, {displayNotification: false})

#TODO

Bundle the plugin using webpack. (please if you have any experience using webpack you can help out)

Twitter @codebyomar

vue-network's People

Contributors

codebyomar avatar adetona avatar

Stargazers

todun avatar  avatar Bengi avatar Anthony Gore avatar toks avatar Michael Ikechi avatar  avatar

Watchers

James Cloos avatar

Forkers

todun

vue-network's Issues

Use Event Emitters

Rather than hide and show an HTML element, could you trigger an event on the Vue component, or an event-bus when network status changes?

This would make your component template and style agnostic, which is good!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.