George Katsanos

Results 111 comments of George Katsanos

Why are you guys digging into a specific library? We run a VueJS app with a bunch of components with SCSS , no framework/library, and still the difference in compilation...

Just for my own curiosity, there must a solid explanation as to why node-sass is so much faster compared to the JS implementation of dart-sass?

I'd like to add to the issue above that adding a breakpoint to any server-side HTTP request (for example an Axios GET inside a component or a page in `fetch()`...

One of the main advantages of using a state management store is time travel debugging via the dev tools. Therefore I think it's essential. We had several cases where there...

I think I'd go back and classify this as a bug-report of the docs. Working in a universal JS app does give the developer the impression that all code that...

Gladly!, but before making a documentation PR I'd be need to have a pretty good understanding of how this works, which is not the case currently (hence my original github...

@pi0 hey ! any news on how to do this quickly and painlessly? btw I opened your demo link and nothing is logged on Vuex/Mutations.

it didnt appear on the Devtools Vuex tab...

Hello to everyone, is there some update on this one in terms of Nuxt 3 / Documentation? still not possible to see Mutations on SSR with Vue Dev tools. Even...

PS: what I tried: 1) into one vuex module 2) imported `import { createLogger } from 'vuex'` 3) exported `export const plugins = [createLogger()]` 4) added ` commit(MUTATIONS.SET_FAVOURITES_COUNT, count, {...