1. vue-modern-loader

vue-modern-loader

vue-modern-loader

Only for Vue 2

Easy to use, highly customizable Vue.js loader plugin!

😎 Examples

🤓 Documentation

Just add these lines to the main script:

import VueModernLoader from 'vue-modern-loader'
Vue.use(VueModernLoader), {color: '#41A238'})

You can also change the color of the loader:

Vue.use(VueModernLoader, {color: '#41A238'})

🤖 Changelog

💰 Sponsorship

⚠️⚠️⚠️ 1.1.1 version:

add Github Actions for auto deploy demo to Github Pages