gitmyhub

vue-cli

JavaScript ★ 30k updated 10mo ago

🛠️ 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.

JavaScriptVue.jswebpackNode.jssetup: easycomplexity 2/5

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