vue-instant-loading-spinner
Instant loading spinner for use with awesome Vue
Installation
# yarnyarn add vue-instant-loading-spinenr# npmnpm install --save vue-instant-loading-spinenr
Example
Markup
vue-instant-loading-spinnerTest<!-- your script -->
Script
/* eslint-disable no-new */el: '#app'components: VueInstantLoadingSpinnermethods:{this$refsSpinner;;};
Build Setup
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# run unit testsnpm run unit# run e2e testsnpm run e2e# run all testsnpm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.