Best of Vue.js — April 2025
- 1
- 2
Web Tools Weekly·1y
Frameworks, Testing Tools, Vue.js Tools
This post presents a variety of modern web development tools including web frameworks, testing and debugging tools, and Vue.js-specific tools. It covers new and helpful resources for building and enhancing web applications, including starter kits, UI components, and utility tools. Additionally, it provides information on commercial web tools and various offers related to web development.
- 3
Dev Tools·51w
MailFrom.dev - I built a sandbox SMTP server for email testing in staging/dev – feedback welcome!
Mailfrom.dev is a sandbox SMTP server designed for staging and development environments, allowing you to test email flows like password resets and onboarding confirmations without sending real emails. The tool is affordable and simple to use, featuring a web UI for inspecting emails and sharing with your team. It is built with Laravel on the backend, Vue 3 on the frontend, and uses k3s, S3, and SES for infrastructure. Feedback and feature suggestions are welcomed.
- 4
- 5
Vue Mastery·1y
The Best way to learn Vue in 2025 - CRASH COURSE
This post provides a comprehensive crash course on learning Vue 3 in 2025 through Vue Mastery’s introductory course. Readers are guided through building a product page application, understanding the key fundamentals of Vue.js, using the Vue CLI for project setup, and familiarizing with tools like VS Code. The course covers various Vue.js features including components, props, directives, and event handling, and emphasizes practical hands-on practice by coding along and solving coding challenges.