https://github.com/dmitrysharabin/mavo-autoload
Let Mavo load all the needed plugins for you automatically!
https://github.com/dmitrysharabin/mavo-autoload
mavo plugin
Last synced: 2 months ago
JSON representation
Let Mavo load all the needed plugins for you automatically!
- Host: GitHub
- URL: https://github.com/dmitrysharabin/mavo-autoload
- Owner: DmitrySharabin
- Created: 2022-03-16T13:37:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T18:10:00.000Z (about 3 years ago)
- Last Synced: 2025-01-31T11:23:56.148Z (4 months ago)
- Topics: mavo, plugin
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autoload
Have you ever faced the issue when you tried to use a backend plugin (or any other), e.g., [Firebase Firestore](https://plugins.mavo.io/plugin/firebase-firestore) or [Google Sheets](https://plugins.mavo.io/plugin/gsheets), 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"`.