The difference between "vue.js" and "vue-cli": "vue.js" is a progressive framework for building user interfaces; while "vue-cli" is a framework based on "vue.js" "A complete system for rapid development is one of the scaffolding tools in vue.
The operating environment of this article: Windows 10 system, Vue version 2.9.6, DELL G3 computer.
Basic concepts
vue: is a set of frameworks for building progressive user interfaces frame.
Vue-cli: vue-cli is a complete system based on Vue.js for rapid development.
Vue
vue mainly starts from basic knowledge, understanding of components, animation transition, reusability and combination, as well as tools and modular management.
Vue-cli
vue-cli mainly consists of building interactive scaffolding, zero-configuration prototype development, building and configuring based on webpack, plug-in and Preset expansion, and Graphical creation and user interface management of Vue.js projects, etc.
Difference and association
Difference:
vue is a complete set of frameworks, and vue-cli is just one of its scaffolding
Association:
vue-cli is the command line tool of vue
The core composition of a complete vue project
[Related recommendations: "vue.js tutorial》】
The above is the detailed content of What is the difference between vue.js and vue-cli. For more information, please follow other related articles on the PHP Chinese website!