The recommended template for developing plugins for Pengu Loader, leveraging the powerful Vite bundler.
Vite also has a very flexible plugin system, supporting many plugins and allowing you to customize it to fit your needs. The large community of developers means you have access to many tools and resources to help you along the way.
Overall, this template combines speed, flexibility, and strong community support, making it the top choice for plugin development. Whether you need advanced features or a smooth workflow, the Vite template provides a great foundation.
Important
Don't forget to change path to your Pengu Loader folder in package.json!
Building is no different to every other bundlers. Just run npm run build
and it will spit everything in dist/
folder.
Vite stands out with its highly efficient Hot Module Replacement (HMR) feature, which allows for instantaneous updates without full page reloads, greatly enhancing the development experience by making it faster and smoother.
To use HMR, as always, just run npm run dev
.