skoenfaelt
skoenfaelt
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'], }, ```...
Hey, I checked this docs section, > https://nuxt.vuetifyjs.com/guide/icons/integrations.html#nuxt-icon > https://github.com/userquin/vuetify-nuxt-icon-integration/tree/main The integration of own custom icons seems very simple. In my project i use aliases for MDI like this: ```...
- Using a base layer as npm package witrh preconfigureed i18n and vuetify - in my app I add additional i18n, vuetify based on the project the script and template...