Vue.js
vite
| Vue.js | vite | |
|---|---|---|
| 386 | 929 | |
| 209,543 | 77,163 | |
| 0.0% | 1.2% | |
| 6.0 | 9.9 | |
| about 1 year ago | 4 days ago | |
| TypeScript | TypeScript | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Vue.js
- SuperUtilsPlus: A Modern Alternative to Lodash
But it does not deal with all the non-JSON objects, e.g. Map or other class instances that are not even JSON-serializable by default.
Best to use TypeScript, and ideally, it should only be needed to do such checks when dealing with foreign data.
When data comes from parsing JSON, the check above should be enough.
When authoring complicated library code that needs reflection, I think it's worth looking at Vue2's hilarous solution:
https://github.com/vuejs/vue/blob/547a64e9b93d24ca5927f653710b5734fa909673/src/util/lang.js#L293 - Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
- Top 10 GitHub Repositories every Web Developer should know in 2025
Vue.js is a tool for building user interfaces. It's easy to use and works well for both small and big projects. I specifically love the team behind Vue and Nuxt! Highly recommend checking it out and giving it a try. It has 208k stars 🌟. Explore Vue.js here.
- Top 20 Javascript Libraries on Github
Repository: Vue.js
- Awesome List
GitHub Repository - The main Vue.js repository.
- Here are the 10 projects I am contributing to over the next 6 months. Share yours
Vuejs
- Vue 2 Final Release
- 🎄 Top Front-End Frameworks in 2024 Worth Your Time and Effort to Master
Vue.js is a big favorite for making websites because it's easy to use and fits in well with other stuff. Many people worldwide are using it, and the community keeps growing.
- Angular vs. React vs. Vue.js: Comparing performance
Vue has a thriving ecosystem with a wide range of third-party libraries and plugins available for extending its functionality. These libraries cover everything from state management to routing, making it easy for developers to find solutions to common problems and enhance their development workflow. As of this writing, Vue has 200k GitHub stars.
- Top 10 "Must Have" Repositories for Web Developers
6. Vue.js
vite
- How to Create a React App Using Vite (Step-by-Step Guide for Beginners)
If you’re a beginner looking forward to diving into learning React. But you don’t know how to create the first React App. If you are starting to learn React, then you would be wondering how to create your first React app. Then, you are at the right place. In this blog, you will learn how to create React app and run your React app. There are many different ways of creating a React App. But we will be discussing the official suggested method to create first React app (i.e., Using Vite). Here’s the complete step-by-step guidance and everything you need to create your first React app: First Step: Run this command: (You’re supposed to have Node.js version 20.19+. If you haven’t installed it, first install it from Node.js official website)
- Build quickly with npm create @mapbox/web-app
The npm create @mapbox/web-app package is a CLI tool that uses Vite templates to quickly build a project into the following frameworks:
- Workspaces, react and vite. A real-world case study for managing duplicate libraries.
how vite handles dependency resolution;
- Goodbye CRA, Hello Vite: A Developer’s 2026 Survival Guide For Migration
Vite a fast, modern build tool that offers instant hot module replacement (HMR), optimized builds, and better DX (Developer Experience). It aims to provide a faster and leaner development experience for modern web projects.
- How to Build a Bookstore App with FARM Stack (FastAPI, React, and MongoDB)
Vite Docs
- What is a JavaScript Bundler?
Vite is one of the most popular modern bundlers.
- The Minimal React App Setup You Need
All of the templates Vite provides - create-vite.
- How to Build a Full-Featured React Chat App in Minutes (Open-Source Starter)
Frontend: Vite + React + TypeScript
- Your First React Component: JSX, Components, and the "Hello, World" Program
- Your First React Component: JSX, Components, and the "Hello, World" Program(5/Sept)
What are some alternatives?
React - The library for web and native user interfaces.
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Preact - ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
parcel - The zero configuration build tool for the web. 📦🚀
Backbone.js - Give your JS App some Backbone with Models, Views, Collections, and Events
gulp - A toolkit to automate & enhance your workflow