John Jost

Results 7 issues of John Jost

Hello there! 👋 I have searched the internet (Google, Stack Overflow, GitHub) for a solution to my problem, but I wasn't able to find one. I would like to generate...

feature-request

Hi @ramortegui - many thanks for this very useful little project! It's great for noobs and it has certainly helped me out with my personal project. However, defining data is...

enhancement

For Apple Silicon users, the library won't install, because node-sass [is not compatible](https://github.com/sass/node-sass/issues/3260) with Apple processors. Can we change the compiler to `sass` or at least include pre-compiled CSS files...

I think this website is fantastic and I love all that you're doing @gragland. I know this has already been requested before #49 and #64 and considering that the collection...

I would like to create a route (`/articles`) which only fetches data server-side. Is this possible with Nuxt 2? I tried wrapping my `asyncData` in a conditional `if(process.server)` statement, but...

feature-request

i am trying to generate the icon font as well as convert some `*.ttf` files on the fly, then compile CSS using your plugin. here are my tasks: ``` js...

Sometimes you want to style your links as if they were buttons - and it would be handy to allow users to assign a class which would inherit button styling,...

enhancement