From 2eabc1494bc46e6b71e5fbb88ab925836e4571a6 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 1 Jul 2018 10:31:05 -0400 Subject: [PATCH] chore: add bit sponsor placement --- docs/.vuepress/components/Bit.vue | 25 +++++++++++++++++++++++++ docs/config/README.md | 2 ++ docs/guide/README.md | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 docs/.vuepress/components/Bit.vue 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`.