Best of Vue.jsMay 2025

  1. 1
    Video
    Avatar of huxnwebdevHuXn WebDev·46w

    Every Vue.js Concept Explained ( Complete Course )

    Vue.js is a versatile JavaScript framework that simplifies building modern web applications through a component-based structure, a large community, and its lightweight nature. This comprehensive course covers essential Vue.js concepts like components, reactivity, text interpolation, attribute bindings, computed properties, conditional rendering, slots, and more. The post explains the setup of a Vue.js project, folder structure, and demonstrates various functionalities with examples to help developers efficiently manage UI logic and improve front-end skills.

  2. 2
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·47w

    JavaScript Utilities, AI Tools, Vue.js

    This post highlights a variety of JavaScript utilities, AI tools, and Vue.js components that help developers enhance their web applications. Key utilities include STRICH for barcode scanning and Crosspost for social media integration. AI tools featured range from OpenAPI TypeScript for code generation to Clippy for running language models locally. Vue.js components include vue-pdf-embed for PDF handling and nuxt-swiper for mobile touch sliders.

  3. 3
    Article
    Avatar of communityCommunity Picks·47w

    Format.JS

    FormatJS is a modular collection of JavaScript libraries designed for internationalizing web applications. It focuses on formatting numbers, dates, and strings using industry standards like ECMA-402, Unicode CLDR, and ICU Message syntax. FormatJS works with both client-side and server-side applications and provides integrations for popular template libraries such as React and Vue. It is compatible with major browsers and Node.js.

  4. 4
    Article
    Avatar of weeklyvuenewsWeekly Vue News·47w

    Weekly Vue News #198 - Nuxt 4 Deep Dive, D3 Tips, and Smarter Coding with AI

    Explore the latest updates in Nuxt 4, gain tips on using D3 for better data visualization, and learn how AI is transforming coding practices to be smarter and more efficient.

  5. 5
    Article
    Avatar of phProduct Hunt·48w

    We0.ai - Design to code, full-stack AI development one step ahead

    We0.ai is an AI tool that transforms Sketch and Figma design drafts into code for apps, sites, and WeChat Mini Programs with high design accuracy. It offers end-to-end AI development capabilities including full-stack code generation, one-click deployment, and code reverse-export to Sketch files. Built by a team with experience from major tech companies, We0.ai aims to bridge the gap between design and development, boosting efficiency for startups and SMEs.

  6. 6
    Video
    Avatar of freecodecampfreeCodeCamp·47w

    Vue.js Course for Beginners

    This comprehensive course guides beginners to becoming proficient in Vue.js, covering fundamentals, advanced topics, and project building. Using Vue 3 and Composition API, it simplifies common pain points and error resolution while promoting reactivity and component-based architecture.

  7. 7
    Article
    Avatar of weeklyvuenewsWeekly Vue News·46w

    Weekly Vue News #199 - Optimize Performance with useInfiniteScroll from VueUse

    The latest edition of Weekly Vue News highlights the use of the useInfiniteScroll feature from VueUse to optimize performance. The newsletter offers high-quality tips and curated content for Vue and Nuxt developers, aiming to enhance expertise and efficiency in projects.

  8. 8
    Article
    Avatar of telerikTelerik·48w

    Vue for Beginners: Script Setup Sugar

    Vue 3 introduces script setup, a feature that helps reduce code complexity and enhance component creation. This approach utilizes compiler macros like defineProps, defineEmits, and defineModel to simplify the declaration of component properties, events, and models. The script setup syntax improves code readability and efficiency, offering safer component interaction by providing type checks and validation mechanisms. Additionally, it enables defining custom component options and controlling attribute fallthrough with defineOptions.