vue-cli
🛠️ webpack-based tooling for Vue.js Development
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.
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.
Where it fits
- 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