Skip to content

Let Mavo load all the needed plugins for you automatically!

Notifications You must be signed in to change notification settings

DmitrySharabin/mavo-autoload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autoload

Have you ever faced the issue when you tried to use a backend plugin (or any other), e.g., Firebase Firestore or Google Sheets, and it didn't work? And you couldn't figure out why. Mavo simply didn't want to load your data (or perform some transformations). And then all of a sudden, it hit you that you forgot to include the corresponding plugin via mv-plugins. 🤦‍♂️ I've been there so I feel you!

From this moment on, let Mavo load all the needed plugins for you automatically. The only thing you need to do is to add mv-plugins="autoload" to the root of your app, and you are done!

Note: If for some reason a plugin wasn't loaded automatically, you still can include it the old way: by adding its id (e.g., twitter) to the mv-plugins attribute. Like so: mv-plugins="autoload twitter".

About

Let Mavo load all the needed plugins for you automatically!

Topics

Resources

Stars

Watchers

Forks