Akayy
Akayy
I want to replace the whole source of my .vue file before it's picked for compilation. Will your plugin help with any type of resource (or) is it only for...
### Problem to solve This removes the dependency on having vue-cli (which now is in maintenance mode) to add vuetify to a vite project. Discussed on twitter [here](https://twitter.com/TechWatching/status/1543206891869847554?s=20&t=u0G9MKTzrNOWlxJw6-8DnA) ### Proposed...
I'm from the vue.js ecosystem, where the devtools are maintained really well, also there is an electron-standalone (https://devtools.vuejs.org/guide/installation.html#standalone)... I had to try redux for a nodejs app, and I had...
webpack official plugins have been using **-webpack-plugin suffix (https://github.com/webpack/webpack/issues/1847) vite & rollup are using vite-plugin-** and rollup-plugin-** prefixes (https://vitejs.dev/guide/api-plugin.html#conventions) Looking at the examples (https://github.com/unjs/unplugin#examples), are we sticking with unplugin-** prefixing...
The icones.js.org site is throwing a workbox fetch error, and sometime the site becomes unresponsive. It use to work fine 3 days ago. Not sure if it's related to the...
Thanks ton for icones, its awesome. I know I can fork, customise & host, but while accessing it online, it will be very helpful for everyone to configure (persist in...
Currently, when adding vuetify using `vue add vuetify`, the 'Vite Preview' mode doesn't have a configure option.  When the user wants to customize sass variables, they have to set...
Hi there, Thanks for the amazing detailed course. Just wanted to understand the licensing of this final repo - MIT? Are you able to update the licensing details? Thanks bunch!
Reopening issue https://github.com/vuetifyjs/vuetify-loader/issues/249 as the issue is still unresolved - styles fallback timeout hit issue. Installed vite-plugin-vuetify to latest. Reproduction link: https://stackblitz.com/github/TechAkayy/styles-expose?file=src%2Fmain.js  Thanks in advance.
### Problem to solve Adding this feature request based on @KaelWD's advise on discord (https://discord.com/channels/340160225338195969/660898563139567625/927090271068491856) about having vuetify vite plugin to automatically support 'transformAssetUrls'. Current workaround is to define 'transformAssetUrls'...