📄️ Intro
Lit is the most standard rendering library of the platform, and it has the advantage that the Harmonix Framework is also built in Lit, making it the ideal technology for developing a plugin.
📄️ Create a plugin
Before getting started, you need to have Node.js and npm (Node's package manager) installed. You can download them from the official Node.js website.
📄️ Plugin compilation
The configuration of the vite.config.ts file defines as external the dependencies "lit" and "@uxland/primary-shell", indicating that they should not be included in the final package. And the definition of inlineDynamicImports: true is included, which forces to include all dynamic imports in a single file.