An open API service indexing awesome lists of open source software.

https://github.com/richardevcom/vue-preloader

Vue.js 3 preloader with 2 different custom themes
https://github.com/richardevcom/vue-preloader

component loader percentage plugin preload preloader spinner ts typescript vue vue3 vuejs vuejs3

Last synced: 3 months ago
JSON representation

Vue.js 3 preloader with 2 different custom themes

Awesome Lists containing this project

README

          

# Vue.js 3 Preloader

Vue.js 3 Preloader with 2x different themes.

# Preview
Preloading with percentage:
![Preloading with percentage](https://i.ibb.co/bRbHRB0/ezgif-com-optimize.gif)

Preloading spinner:
![Preloading with spinner](https://i.ibb.co/wRT8P1c/ezgif-com-optimize-1.gif)

## Project Setup

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

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

# Usage
```ts
import { VuePreloader } from 'vue-preloader';
```

```vue

```