derHodrig
derHodrig
Hello, we deploy our Nuxt Content Doc to an IIS Instance. Everything works fine. If I open a docs page, all renders perfectly but as I hit F5, the IIS...
First of all, I'm new to this testing aspect but I really want to learn it. I, unfortunately, faced an Issue with the coverage. It does simply not work. The...
# My Issue > https://stackblitz.com/edit/nuxt-starter-6leryy?file=app.vue I have a component, lets keep it simple ``` export default { name: 'CustomComponent', } .customBG { @apply t-bg-blue-800 } ``` Important, I use prefix...
https://storybook.nuxtjs.org/examples/vuetify As shown the Stackblitz Vuetify example isnt found / working. Please provide a correct link. > Repo File https://github.com/nuxt-modules/storybook/blob/main/docs/content/3.examples/5.vuetify.md
### Describe the feature I have a layer which has for example a custom folder `http`. That folder gets auto imported correctly via: ``` imports: { dirs: ['http'], }, ```...