LGiki

Results 3 issues of LGiki

### Description PR #1615 introduces the `GetDevInstallerCommand()` method to get the installation command of dev dependencies: https://github.com/wailsapp/wails/blob/b9882eabe226c9f2cce0acbe910d3e7ebf705378/v2/internal/project/project.go#L87-L92 This method returns the `p.DevCommand` when the `p.DevCommand` is not empty, the corresponding...

Enhancement
Ready For Testing

Add a `frontend:dev:install` configuration in wails.json to specify the dev dependencies installation command and update the docs. Fixes #1663

1. `lookupByUUID()` is a bad practice (line 323 extension.js). You can send `this` from the entry point to the class needing it when it's possible (dependency injection). 2. Use `export...