Thank you for making this! #137
Replies: 3 comments 2 replies
-
Thank you! If you wanna try out something else, I'm working on a Nuxt-like framework for web extensions using the knowledge I've gained from developing this plugin: It's more opinionated than the plugin, but has a better output file structure, dev mode does a better job of reloading only what changed, it comes with utilities for zipping and publishing, and the CLI output is much nicer. I'd appreciate it if you tried it out and gave me some feedback! |
Beta Was this translation helpful? Give feedback.
-
Oh that looks awesome, will check it out for sure!
…On Sat, Aug 12, 2023, 16:22 Aaron ***@***.***> wrote:
Thank you! If you wanna try out something else, I'm working on a Nuxt-like
framework for web extensions using the knowledge I've gained from
developing this plugin:
https://wxt.dev
It's more opinionated than the plugin, but has a better output file
structure, dev mode does a better job of reloading only what changed, it
comes with utilities for zipping and publishing, and the CLI output is much
nicer. I'd appreciate it if you tried it out and gave me some feedback!
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKASAROHK5YG5YJJ7HD7TLXU6GR5ANCNFSM6AAAAAA3NYKZ3M>
.
You are receiving this because you authored the thread.Message ID:
<aklinker1/vite-plugin-web-extension/repo-discussions/137/comments/6709044
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I've been using WXT now for a week and its amazing! I started with a react template (because I'm a masochist) and later went back to vanilla-JS. (because I'm a masochist) I first thought it was strange that the vanilla template, instead of having all HTML code in the popup.html updated ('#app').innerHTML from popup.ts. The reason for that (as you know but others might not) is because updating a HTML file will not hot reload the extension, and you even have to restart the dev server for it to update, so that's annoying. Writing html template literals is also annoying as you don't have formatting and highlighting without installing extensions to vs code etc. So I realized that its actually easier to use a framework, any framework, over vanilla-JS just to not have to deal with that hassle. |
Beta Was this translation helpful? Give feedback.
-
I just wanted you to know that I absolutely love this plugin. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions