Analysis updated 2026-06-20
Maintain or add features to an existing Vue.js project that was originally created with Vue CLI and relies on webpack
Debug or extend the webpack configuration of a legacy Vue CLI project using vue.config.js
| vuejs/vue-cli | aosabook/500lines | react-boilerplate/react-boilerplate | |
|---|---|---|---|
| Stars | 29,591 | 29,590 | 29,508 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Project is in maintenance mode, use create-vue with Vite for all new Vue.js projects.
Vue CLI was a command-line tool for scaffolding and managing Vue.js projects using webpack as the underlying build system. It provided a way to quickly create a new Vue.js web application project with pre-configured tooling. Note: the README marks this project as being in maintenance mode, the Vue.js team now recommends using a newer tool called create-vue for new projects, which uses Vite instead of webpack. Someone would encounter this repository when maintaining older Vue.js projects that were originally set up with it.
Vue CLI was a command-line tool for scaffolding Vue.js projects with webpack, it is now in maintenance mode and the Vue team recommends the newer create-vue tool using Vite for all new projects.
Mainly JavaScript. The stack also includes JavaScript, Vue.js, webpack.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.