Best of Vue.jsFebruary 2025

  1. 1
    Article
    Avatar of communityCommunity Picks·1y

    Una UI

    Unocss Engine facilitates the creation of fast, modern, and lightweight UI components with high-quality presets for Vue 3 projects. It includes built-in theming support, customizable options, and auto dark mode based on the user's color scheme preferences.

  2. 2
    Article
    Avatar of medium_jsMedium·1y

    Vue is Too Easy

    Vue is renowned for its simplicity and powerful capabilities. It features an easy learning curve, versatile components, efficient state management with tools like Pinia, and comprehensive support for routing and animations. It also integrates well with TypeScript and encourages good practices in unit testing.

  3. 3
    Article
    Avatar of notedNoted·1y

    Go Cron - A Self Hosted Go Based Task Scheduler with GUI

    GoCron is a Go and Vue.js based task scheduler that simplifies job management through YAML configuration. It supports cron scheduling, environment variables, and comes with pre-installed backup software such as Borg, Restic, and Rclone. Installation can be easily managed using Docker Compose. The simple UI allows manual running of jobs and viewing live logs.

  4. 4
    Article
    Avatar of directusDirectus·1y

    Solving the Multiple-Frontend Problem in Modern Applications

    Modern applications often require multiple frontend architectures to support various platforms like web, mobile, and IoT. This post discusses practical approaches to manage multiple frontends without resorting to rewriting the entire codebase or learning new frameworks. Key strategies include adopting an API-first approach and using Module Federation to share code efficiently. It also covers the importance of finding natural boundaries based on business logic, handling the performance paradox, ensuring security, and managing integration points effectively.

  5. 5
    Article
    Avatar of lnLaravel News·1y

    New Laravel Starter Kits are Coming Soon

    Taylor Otwell announced new starter kits for Laravel 12 at Laracon EU, consolidating Laravel Breeze and Laravel Jetstream into one starter kit per stack. Developers can choose from React, Vue, or Livewire, with each kit featuring login, registration, and customizable dashboard screens. The new kits offer various design options and are built with Inertia.js 2.0, TypeScript, and ShadCN component libraries. Livewire's starter kit includes Flux UI components to aid in building Livewire powered apps efficiently.

  6. 6
    Article
    Avatar of nuxtandvueVuejs&Nuxtjs·1y

    Nuxt Toast - Elegant, Responsive, and Lightweight Notifications

    Nuxt Toast is a sleek, lightweight notification module for Nuxt 3, based on iziToast. It provides easy-to-use toast notifications with full SSR support and extensive customization options. Features include customizable styles, auto-imported composables, and configurable settings via `nuxt.config.ts`.