Best of Vue.jsMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Write components once, run everywhere.

    Code examples demonstrate how to write components that can run natively in multiple frameworks.

  2. 2
    Article
    Avatar of logrocketLogRocket·2y

    Building a customizable dashboard with Dashy

    Learn how to create a customizable dashboard with Dashy, a free and open source self-hosted dashboard app developed with Vue and Node.js. Dashy allows users to aggregate web service links and widgets into one web page, offering features such as multi-language support, authentication, theme customization, and more. Use cases for Dashy include creating dashboards for home lab servers, managing bookmarks, and storing app and admin page URLs. The article also provides a practical guide on installing and using Dashy via Docker.

  3. 3
    Article
    Avatar of weeklyvuenewsWeekly Vue News·2y

    Weekly Vue News #147 - When You Should Use a Composable

    Learn about the importance of using a composable in Vue and how to decide when to use it.

  4. 4
    Article
    Avatar of devtoDEV·2y

    How to Structure Vue Projects

    This post discusses different approaches to structuring Vue projects, including the flat approach, Atomic Design, modules, Feature-Sliced Design, and Microfrontends.

  5. 5
    Article
    Avatar of PrismicPrismic·2y

    What is Client-side Rendering (CSR)?

    Client-side rendering (CSR) is a JavaScript rendering method that uses JavaScript to render a website or application in the browser. It offloads a significant portion of the rendering process from the server to the client's browser, resulting in reduced server load and greater interactivity. However, it can lead to longer page load times and poor SEO. Popular frameworks for implementing client-side rendering include React and Vue.js.

  6. 6
    Article
    Avatar of lnLaravel News·2y

    Use Vue or React Components in a Livewire App with MingleJS

    MingleJS is a helper for using Vue and React components in a Livewire or Filament application. It allows for JavaScript interactivity on the front end that is isolated to the Livewire component. To get started, check out the MingleJS documentation and the open-source demo app.

  7. 7
    Article
    Avatar of frontendmastersFrontend Masters·2y

    The Vue Ecosystem in 2024

    Vue has become one of the top JavaScript frameworks for building web apps. This post highlights popular tools, libraries, and solutions in the Vue ecosystem.