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
- Host: GitHub
- URL: https://github.com/richardevcom/vue-preloader
- Owner: richardevcom
- Created: 2023-09-29T21:36:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T05:05:39.000Z (about 2 years ago)
- Last Synced: 2025-01-05T17:13:30.131Z (11 months ago)
- Topics: component, loader, percentage, plugin, preload, preloader, spinner, ts, typescript, vue, vue3, vuejs, vuejs3
- Language: Vue
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Vue.js 3 Preloader
Vue.js 3 Preloader with 2x different themes.
# Preview
Preloading with percentage:

Preloading spinner:

## 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
```