Best of Vue.jsMay 2023

  1. 1
    Article
    Avatar of phProduct Hunt·3y

    Vue Playground - Visual drag and drop builder for vue components and apps

    Vue Playground is a Visual drag and drop builder for vue components and apps. Push and auto-deploy to GitHub pages or export static build for self hosting with netlify, heroku or other. Take your startup to the next level with one smart platform Support is great.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Introduction

    Nuxt UI is a module that provides fully styled and customizable components for Nuxt. It includes built-in support for dark mode, keyboard shortcuts, bundled icons, and comes with a Figma Kit.

  3. 3
    Article
    Avatar of builderiobuilder.io·3y

    Unveiling the Magic: Exploring Reactivity Across Various Frameworks

    React can be broadly defined as the automatic update of the UI due to a change in the application's state. The framework does not need to execute any code and knows exactly which DOM nodes need to be updated. In real-world applications, the state, event, and binding are not always in the same component.

  4. 4
    Article
    Avatar of itnextITNEXT·3y

    Refactor Your Vue Application By Using Setup Scripts

    Refactor Your Vue App with Setup Scripts. Refactor a Vue component step by step and enhance it. Use Scripts A Guide To Enhance your Vue3 Application using Script Setup. Using Script Setup is a compile-time syntactic sugar for using Composition API inside Single-File Components.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Custom Tooltip Directive in Vuejs 3: Tutorial

    The most important forms for code reuse in Vuejs are components and composable if you write components with composition API. Mixins, directives, and plugins can further improve your code's maintainability and reusability. Plugins, on the other hand, are packages that can be installed and used across multiple components in your application.