Anson ChiengforVue PDF Viewerblog.vue-pdf-viewer.dev·Dec 10, 2024📄 Popular PDF Viewers for Vue.js: Which One Is Right for You? 🤔PDF is a common document that is used digitally everywhere. I have been involved in a few Vue projects that require PDF display. For simple viewing, native browser function or iframe solutions should suffice. For more advanced rendering and interacti...Vue.js
Gusgsalazar.hashnode.dev·Dec 5, 2024Guía para Obligar a tu Equipo a Usar Docker: Cómo Bloquear npm en Proyectos Node.jsCuando trabajas con contenedores para tu proyecto y deseas evitar que npm se ejecute directamente en la computadora del desarrollador, puedes implementar un control simple pero efectivo. Esta guía asume que los proyectos descargados desde el reposito...26 readsNode.js
孫柏青sunpochin.hashnode.dev·Dec 1, 2024nuxt.config.js development mode web page loading slow 問題 components: truenuxt.config.js development mode web page loading slow 問題 components: true 在 nuxt.config.js 把 // See https://nuxtjs.org/api/configuration-components components: true, 改成 const isLocal = process.env.NODE_ENV === 'local' export default { // 開發環境關閉自動...nuxt2
Rajeev R. Sharmarajeev.dev·Nov 28, 2024Building Vhisper: Voice Notes App with AI Transcription and Post-ProcessingAfter wrapping up my last project—a chat interface to search GitHub—I found myself searching for the next idea to tackle. As a developer, inspiration often comes unexpectedly, and this time, it struck while scrolling through my GitHub feed. A repo, s...122 readsNuxt
Oyinbo David Bayodedavexoyinbo.hashnode.dev·Nov 28, 2024Secure Your Nuxt 3 AppAuthentication is a crucial aspect of any modern web application. Whether you’re building an e-commerce site, a social platform, or any service requiring user authentication, handling authentication securely and efficiently is key to ensuring a smoot...Nuxt
Anson ChiengforReact PDFblog.react-pdf.dev·Nov 25, 2024🎉 Black Friday & Cyber Monday 2024: The Best Deals for JavaScript Developers 🚀The most exciting time of the year for developers is here—Black Friday and Cyber Monday 2024! If you’re a JavaScript developer working with frameworks like React, Vue, or Node.js, this is your chance to grab amazing deals on tools, libraries, and res...1 like·61 readsJavaScript
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...Nuxt
Costanza Casullocostanza.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...Nuxt
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 ...78 readsNuxt
Costanza Casullocostanza.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...28 readsNuxt