Skip to content

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" />

Releases

No releases published

Packages

No packages published