Best of Vue.jsJanuary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Tailwind CSS: 15 Component Libraries & UI Kits

    Tailwind CSS has surpassed Bulma, Semantic UI, Foundation, and other prominent CSS frameworks in just a few years. It is now the 2nd most popular framework in the world, with Bootstrap holding a sturdy number one position. With several hundred custom components, it's also one of the most complete libraries.

  2. 2
    Article
    Avatar of smashingSmashing Magazine·3y

    Top Front-End Tools Of 2022 — Smashing Magazine

    Top Front-End Tools Of 2022 are the most popular tools in the developer community. Almost all of these tools are practical tools you can use in your projects today. Piling.js is a JavaScript library that allows you to build interfaces where large amounts of items can be dragged and dropped into “piles” It’s built on top of PixiJS.

  3. 3
    Article
    Avatar of pointerPointer·3y

    DovAmir/awesome-design-patterns: A curated list of software and architecture related design patterns.

    Software design pattern- A general, reusable solution to a commonly occurring problem within a given context in software design. It is a description or template for how to solve a problem that can be used in many different situations. This website accompanies the book Reactive Design Patterns by Roland Kuhn.

  4. 4
    Article
    Avatar of phProduct Hunt·3y

    Anyfront - Deploy any front-end web application on any cloud platform

    Anyfront orchestrates tools like Terraform, Docker and other CLIs to simplify deploying your React/Next/Svelte/Vue/etc application. Deploy any front-end web application on any cloud platform.

  5. 5
    Article
    Avatar of trendyoltechTrendyol Tech·3y

    Vite: Webpack Killer or Something Else?

    Vite is a build tool and development server for modern JavaScript applications. It uses the native ES modules feature in the browser to handle the imports of your JavaScript files. Vite also has a plugin system that allows you to add additional functionality, such as TypeScript support or JSX transpilation.

  6. 6
    Article
    Avatar of tuts_plusTuts+·3y

    Vue.js Tutorial: Beginner to Front-End Developer

    Vue.js is a great choice for a front-end framework, and you'll learn how to use it in detail. The course is 4 hours 22 minutes long, and it’s split into 35 lessons in total. You'll learn the fundamentals of Vue with no build tools or toolchains.

  7. 7
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·3y

    JS Libraries, JSON/DB, Vue Tools

    Double-equals (AKA "loose equality" which uses the syntax: var1 == var2 - Triple-Equals, which doesn't convert types, are common and will continue to be used. But there's a third way to do equality comparison: the Object.is() method. Simply put, Object.