Home  >  Article  >  Web Front-end  >  What is the difference between vue.js and vue-cli

What is the difference between vue.js and vue-cli

WBOY
WBOYOriginal
2022-03-23 12:01:384800browse

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.

What is the difference between vue.js and vue-cli

The operating environment of this article: Windows 10 system, Vue version 2.9.6, DELL G3 computer.

What is the difference between vue.js and vue-cli

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn