Dave Williams

Results 4 comments of Dave Williams

Hi there! Thanks for your interest in vue-simple-spinner! I'm pretty sure the way I'm doing this is pretty standard. I use Webpack to build it using [UMD](https://github.com/umdjs/umd), so it should...

Ah, gotcha. This is very helpful to know. I'll be honest, I've read a little bit here and there about SSR, but I have yet to actually delve into into...

This is very helpful feedback. This is the only CSS code in the component file: ```css .vue-simple-spinner { transition: all 0.3s linear; } @keyframes vue-simple-spinner-spin { 0% { transform: rotate(0deg);...

Well... that didn't take long. Just ran into this issue myself using Nuxt.js for an upcoming templates area on our new website. :-) @krambuhl, do you or anyone you know...