Vue CLI Overview (#1451)
* Vue CLI Overview * Update content/roadmaps/105-vue/content/100-fundamental-topics/100-vue-cli.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
bf16cb9752
commit
f0a48cabb0
1 changed files with 16 additions and 1 deletions
@ -1 +1,16 @@ |
|||||||
# Vue cli |
# Vue CLI |
||||||
|
|
||||||
|
Vue CLI is a full system for rapid Vue.js development, providing: |
||||||
|
|
||||||
|
- Interactive project scaffolding via `@vue/cli`. |
||||||
|
- A runtime dependency (`@vue/cli-service`) that is: |
||||||
|
- Upgradeable; |
||||||
|
- Built on top of webpack, with sensible defaults; |
||||||
|
- Configurable via in-project config file; |
||||||
|
- Extensible via plugins |
||||||
|
- 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. |
||||||
|
|
||||||
|
Vue CLI aims to be the standard tooling baseline for the Vue ecosystem. It ensures the various build tools work smoothly together with sensible defaults so you can focus on writing your app instead of spending days wrangling with configurations. At the same time, it still offers the flexibility to tweak the config of each tool without the need for ejecting. |
||||||
|
|
||||||
|
For more information about the Vue CLI visit the [Vue CLI Guide](https://cli.vuejs.org/guide/). |
||||||
|
Loading…
Reference in new issue