Best of Vue.js — May 2024
- 1
- 2
LogRocket·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
- 4
- 5
Prismic·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
Laravel 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