We're happy to announce that Vue.js support has landed in ExtensionKit! With the launch comes 9 new starter templates powered by Vue 3. These templates are:
All templates are using the new Composition API with Vue, however you have the ability to switch back to the Options API should you wish. Much like the React starters, the Vue starters come out of the box with testing frameworks, linting, formatting, and other dev scripts (such as auto-refresh of the extension on change).
Unlike the React templates, the Vue templates don't currently support TypeScript, however that additional is just around the corner and will be added as soon as possible. In addition to that, we have some planned example extensions that leverage Vue as well, so keep an eye out!
The documentation for the Vue templates can be found in each README file as well as on our documentation page.