Best of Vue.js — February 2025
- 1
- 2
Medium·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
Noted·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
Directus·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
Laravel 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
Vuejs&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`.