Skip to content

Vue.js 3 preloader with 2 different custom themes

Notifications You must be signed in to change notification settings

richardevcom/vue-preloader

Repository files navigation

Vue.js 3 Preloader

Vue.js 3 Preloader with 2x different themes.

Preview

Preloading with percentage: Preloading with percentage

Preloading spinner: Preloading with spinner

Project Setup

Coming soon - NPM package npm install @richardev/vue-preloader@latest

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Usage

import { VuePreloader } from 'vue-preloader';
  <vue-preloader @loading="show = true" @loaded="show = false" :overflow="true" theme="spinner" />