Login
Remember
Register
Ask a Question
What are the features provided by Vue CLI?
0
votes
asked
Sep 12, 2023
in
VueJS
by
AdilsonLima
What are the features provided by Vue CLI?
vuejs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 12, 2023
by
AdilsonLima
VueCLI provides below major features,
Interactive project scaffolding via @vue/cli
A rich collection of official plugins integrating the best tools in the frontend ecosystem.
A full graphical user interface to create and manage Vue.js projects.
Zero config rapid prototyping via combination of @vue/cli and @vue/cli-service-global
A runtime dependency (@vue/cli-service) built on top of webpack and extensible via plugins
...