MolakDul
MolakDul
NNuxt
Created by MolakDul on 7/30/2024 in #❓・help
Pinia and Nuxt Layouts
It's working well, but if I simulate a 3G internet connection, you can see there is the placeholder in the first place and then the photo replacing it.
4 replies
NNuxt
Created by MolakDul on 6/6/2024 in #❓・help
Nuxt Storybook
Hooo nice i will have a look !
4 replies
NNuxt
Created by MolakDul on 6/27/2024 in #❓・help
Directive v-debounce
Lmao the first line of the tutorial is : First, install the lodash debounce package ☠️ And they are using watcher not directives
5 replies
NNuxt
Created by MolakDul on 6/27/2024 in #❓・help
Directive v-debounce
I don't want to use a lib + there is no directive implementation in VueUse :/
5 replies
NNuxt
Created by wugge on 6/17/2024 in #❓・help
SVG Loading different in Dev and Production
I use them as components; it's much easier to manage. import desk from '@/assets/icons/desk.svg?component';
9 replies
NNuxt
Created by Artist201 on 6/26/2024 in #❓・help
key differences when developing vue in nuxt ?
SSR mainly The way you fetch data, SEO, And many more little things, you can find in the doc
10 replies
NNuxt
Created by grandknight on 6/24/2024 in #❓・help
Is it Possible to Build both normal Nuxt app and Component Library in one config file?
And nuxt won't complain anymore
8 replies
NNuxt
Created by grandknight on 6/24/2024 in #❓・help
Is it Possible to Build both normal Nuxt app and Component Library in one config file?
Ok ok, i think your problem come from the fact that when you run "yarn dev" or "npm run dev" nuxt detect you have a vite.config.ts file and this cause your actual issue right ? Then you could rename your vite.config.ts file into something like vite.config.lib.ts and make the build with the following command: vite --config vite.config.lib.ts
8 replies
NNuxt
Created by grandknight on 6/24/2024 in #❓・help
Is it Possible to Build both normal Nuxt app and Component Library in one config file?
Why don't you make a separate repo for the component library ?
8 replies