Replace Vue CLI with create-vue

pull/5650/head
Kamran Ahmed 5 months ago
parent af3bbd9320
commit 4697e69e23
  1. 7
      src/data/roadmaps/vue/content/100-fundamental-topics/100-create-vue.md
  2. 18
      src/data/roadmaps/vue/content/100-fundamental-topics/100-vue-cli.md
  3. 1178
      src/data/roadmaps/vue/vue.json

@ -0,0 +1,7 @@
# create-vue
[create-vue](https://github.com/vuejs/create-vue) is a CLI tool that helps you create a new Vue project with a single command. It is a simple and easy-to-use tool that saves you time and effort when setting up a new Vue project.
Learn more using the following resources:
- [Creating a Vue Project](https://cli.vuejs.org/guide/creating-a-project.html)

@ -1,18 +0,0 @@
# 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.
Visit the following resources to learn more:
- [Vue CLI Guide](https://cli.vuejs.org/guide/)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save