👉🏻 This guide shows how you can reprocess the HTML output of CKEditor (or any other WYSIWYG editor for that matter) into powerful customizable Vue templates.
👉🏻 In this video, learn how to create a basic form with validation using Nuxt UI and Zod.
💡 Nuxt Tip: Managing Page Load States With useLoadingIndicator
When building Nuxt applications, handling loading states efficiently can improve user experience by providing visual feedback while pages load. The useLoadingIndicatoruseLoadingIndicator composable gives you access to the loading state of the app page, making it easy to display custom indicators or trigger actions during page transitions.
To display a progress bar between page transitions in Nuxt, you need to add the NuxtLoadingIndicatorNuxtLoadingIndicator component in your app.vueapp.vue or layouts/layouts/:
You can customize the appearance using props like color, height, and duration. Read more at Nuxt Loading Indicator .
The useLoadingIndicatoruseLoadingIndicator composable returns the loading state of the page and is used by NuxtLoadingIndicatorNuxtLoadingIndicator and controllable. It hooks into page:loading:startpage:loading:start and page:loading:endpage:loading:end to change its state.
Let's see how to use useLoadingIndicatoruseLoadingIndicator in a Nuxt page:
Sunday, January 5, 2025 Update: Bluesky images work again and thus the Great Art on Bluesky channel is back. If you're on Bluesky please subscribe. # The crazy thing about Bluesky's API is they took already standardized things like links and enclosures, and after 20+ years came up with new definitions. Makes our apps more expensive to maintain, and we waste time and human wear and tear on stupid bullshit make-work. Developers are people, and our work is already horribly overly complex, we're working at the edge of comprehension, and what the fukc let's throw some more unnecessary complication into the mix. Arrogance, narcissism, whatever the source is, it's not a good way to introduce yourself. And, even better, after you go through the maze they break it, with an error message about legacy blob bullshit. They've already done this, and they're just getting started. It's why I say they should just adapt to RSS instead of trying to forc...
评论
发表评论