Dawitblog.minch.dev·Nov 11, 2024How to Register Custom Vue Directives in Nuxt 3TL;DR Create a plugin file in your plugins/ directory, which is where we'll have access to our Vue app instance. We can define and register our custom directive there: // ~/plugins/my-directives.ts export default defineNuxtPlugin((nuxtApp) => { n...DiscussNuxt
Costanza CasulloforCosti Techcostanza.website·Nov 6, 2024Editing Data of a Baserow Table using Nuxt: A step-by-step tutorialIn the previous article, I walked you through the process of posting data to a Baserow table using Nuxt. We utilized Nuxt composables to handle the API call and displayed the data on a page. Please go back to the previous article if it’s your first t...DiscussNuxt
Ojochogwu Dicksonod.hashnode.dev·Nov 1, 2024How to configure ESlint and Prettier in your Nuxt 3 project.In modern code writing practice, ensuring your code is modular has two core foundations; code structure and code organization. While developers may usually not pay attention to this when writing, Eslint serves as a watcher to always give you hint on ...DiscussNuxt
Costanza CasulloforCosti Techcostanza.website·Oct 21, 2024Posting data to a BaseRow Table Using Nuxt: A Step-by-Step TutorialIn the previous article, I walked you through the process of fetching data from a Baserow table using Nuxt. We utilized Nuxt composables to handle the API call and displayed the data on a page. Please go back to the previous article if it’s your firs...DiscussNuxt
Costanza CasulloforCosti Techcostanza.website·Oct 16, 2024Fetching Data from a Baserow Table Using Nuxt: A Step-by-Step TutorialIn this tutorial, we’ll walk through fetching data from a Baserow table using Nuxt. We’ll use Nuxt 3, TypeScript, Axios and the Baserow API to display content from a Baserow database. First of all, create an account on Baserow and add a simple table....Discuss·75 readsNuxt
Rajeev R. SharmaProrajeev.dev·Oct 4, 2024FeaturedRethinking GitHub Search: How I built a Chat Interface to search GitHubHere I am again, exploring the world of chat interfaces. If you've been following my journey (I mean my last post), you might think, 'Rajeev, you're becoming obsessed with chatting!' And you wouldn't be entirely wrong. While I'm not always the most t...Discuss·35 likes·382 readsNuxt
ANSH VARUNblog.anshvarun.com·Oct 4, 2024Mastering Nuxt and Capacitor Integration: A Resource ToolkitCreate resources folder in root directory. Add icon.png with size - 1024x1024 px Add splash.png with size - 2732x3732 px So we have placed icon and splash in resources folder, now we need these in all sizes compatible with our android and ios platf...DiscussNuxt
Thiago Nunes BatistaforCódigo ao Pontocodigoaoponto.hashnode.dev·Oct 3, 2024Como adicionar o Google Tag Manager no seu website com Nuxt 3O Google Tag Manager é uma plataforma do Google que permite adicionar e gerenciar a integração do seu site ou aplicativo com diversos outros serviços como por exemplo: Google Analytics Google Ads Crazy Egg Hotjar Tracking Code Neste artigo você...Discussgtm
Hugo Ramon Pereirahramonp.hashnode.dev·Sep 30, 2024How to Manage User Authentication in React.js, Next.js, Vue.js, and Nuxt.js Using ClerkINTRODUCTION Authentication is a very important component to any software, application, system, it provides an extra layer of security by restricting areas of your application. For example a dashboard with important information, it can not be accesse...DiscussFrontend Development
watcharakornforVue PDF Viewerblog.vue-pdf-viewer.dev·Sep 24, 2024🔥How to Render a Beautiful PDF Viewer for Vue.js in Minutes💅Since my last post on building PDF Viewer with Vue.js, I have been hard at work to develop a library that just works: Vue PDF Viewer. https://blog.vue-pdf-viewer.dev/building-a-pdf-viewer-for-vuejs-with-pdfjs-vue3-pdf-app-and-more After being in pr...Discuss·81 readsVue.js