Vue JS and Progressive Web Apps
Progressive web app (PWAs) is a web app that does somethings that a native app does. It can work offline and you can install it from a browser with one…
all things vue-js nuxt-js vuex
Progressive web app (PWAs) is a web app that does somethings that a native app does. It can work offline and you can install it from a browser with one…
This I believe is the better Vue loading component demo Install npm install --save vue-element-loading Or yarn add vue-element-loading Usage import Vue from 'vue' import VueElementLoading from 'vue-element-loading' Vue.component('VueElementLoading', ElementLoading)…
Vue overlay loading component demo. Install # npm npm install vue-loading-overlay --save # Yarn yarn add vue-loading-overlay <template> <div class="vld-parent"> <loading :active.sync="isLoading" :can-cancel="true" :on-cancel="onCancel" :is-full-page="fullPage"></loading> <label><input type="checkbox" v-model="fullPage">Full page?</label> <button @click.prevent="asyncRequest">fetch…