vue-cli
vite
| vue-cli | vite | |
|---|---|---|
| 88 | 929 | |
| 29,669 | 77,163 | |
| -0.0% | 1.2% | |
| 4.0 | 9.9 | |
| 4 months ago | 4 days ago | |
| JavaScript | 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-cli
- 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.
- Comparing Frontend Technologies: ReactJS vs VueJS
Ecosystem: Vue's ecosystem is smaller than React's but rapidly growing. The Vue CLI provides a robust tool for project scaffolding and build configuration.
- Integration of Angular, Vue.js and React with .NET: Creating a Modern Web Experience
Immerse yourself in the official Vue CLI documentation for a deeper understanding.
- Dependencies Belong in Version Control
Security would be a useful benefit/section to add to this post:
A.) If maintainers of your dependencies edited an existing version.
B.) If your dependencies did not pin their dependencies.
For instance, if you installed vue-cli in May of last year from NPM with --prefer-offline (basically the same as checking in your node_modules), you were fine. But because vue-cli doesn't pin its dependencies ("node-ipc"), installing fresh/online would create WITH-LOVE-FROM-AMERICA.txt on your desktop [1], which was at the very least a scare, but for some, very problematic.
[1] https://github.com/vuejs/vue-cli/issues/7054
- Creating a Vue 3 Form Repeater Component: A Step-by-Step Guide
Vue CLI documentation: https://cli.vuejs.org/
- Selecting the Right Dependencies: A Comprehensive Practical Guide
An interesting fact is that this dependency was used in vue-cli.
- Build complex SPAs quickly with vue-element-admin
Vue CLI 3
- Upgrade to Vue3 with @vue/compat on Vue CLI project just doesn't work
Open issue for half a year https://github.com/vuejs/vue-cli/issues/7234
- What is Vue?
Vue CLI (command-line interface), which is used to install and create the main Vue framework libraries and third-party plugins.
- I made browser extension for bookmarks (Vue 3 + TailwindCSS + IndexedDB)
Is there a reason you've used the old Vue CLI though, with webpack and babel?Imho you're missing a lot not using Vite... npm init vue@latest (create-vue) is the recommended way to scaffold a new Vue app, Vue CLI is in Maintenance Mode
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?
create-react-app - Set up a modern web app by running one command.
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.
core - đź–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
parcel - The zero configuration build tool for the web. 📦🚀
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
gulp - A toolkit to automate & enhance your workflow