Skip to content

Commit cf4c839

Browse files
authored
docs: add local vuepress instructions for theme ejection (#2590)
Figuring this out was the first pain point for me in getting started with VuePress. So I think maybe above bar to add a line like this.
1 parent 8999aba commit cf4c839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/theme/default-theme-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ This will render `.vuepress/components/SpecialLayout.vue` for the given page.
559559

560560
## Ejecting
561561

562-
You can copy the default theme source code into `.vuepress/theme` to fully customize the theme using the `vuepress eject [targetDir]` command.
562+
You can copy the default theme source code into `.vuepress/theme` to fully customize the theme using the `vuepress eject [targetDir]` command. If you didn't install Vuepress globally, run `./node_modules/.bin/vuepress eject`.
563563

564564
::: warning
565565
Once you eject, you are on your own and **won’t** be receiving future updates or bugfixes to the default theme even if you upgrade VuePress.

0 commit comments

Comments
 (0)