diff --git a/docs/.vuepress/components/Bit.vue b/docs/.vuepress/components/Bit.vue new file mode 100644 index 000000000..51d4048ab --- /dev/null +++ b/docs/.vuepress/components/Bit.vue @@ -0,0 +1,25 @@ + + + diff --git a/docs/config/README.md b/docs/config/README.md index ad48a2f20..60d09f2ca 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -4,6 +4,8 @@ sidebar: auto # Configuration Reference + + ## Global CLI Config Some global configurations for `@vue/cli`, such as your preferred package manager and your locally saved presets, are stored in a JSON file named `.vuerc` in your home directory. You can edit this file directory with your editor of choice to change the saved options. diff --git a/docs/guide/README.md b/docs/guide/README.md index ebff520f7..736ca049d 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -4,6 +4,8 @@ sidebarDepth: 0 # Overview + + Vue CLI is a full system for rapid Vue.js development, providing: - Interactive project scaffolding via `@vue/cli`.