File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,24 @@ $ pnpm dlx vitepress init
71
71
72
72
You will be greeted with a few simple questions:
73
73
74
- <p >
75
- <img src =" ./vitepress-init.png " alt =" vitepress init screenshot " style =" border-radius :8px " >
76
- </p >
74
+ ``` ansi
75
+ [0;98m┌[0m [0;36;1m Welcome to VitePress![0m
76
+ [0;98m│[0m
77
+ [0;32m◇[0m Where should VitePress initialize the config?
78
+ [0;98m│[0m [0;2m./docs[0m
79
+ [0;98m│[0m
80
+ [0;32m◇[0m Site title:
81
+ [0;98m│[0m [0;2mMy Awesome Project[0m
82
+ [0;98m│[0m
83
+ [0;32m◇[0m Site description:
84
+ [0;98m│[0m [0;2mA VitePress Site[0m
85
+ [0;98m│[0m
86
+ [0;36m◆[0m Theme:
87
+ [0;36m│[0m [0;32m●[0m Default Theme [0;2m(Out of the box, good-looking docs)[0m
88
+ [0;36m│[0m [0;2m○[0m [0;2mDefault Theme + Customization[0m
89
+ [0;36m│[0m [0;2m○[0m [0;2mCustom Theme[0m
90
+ [0;36m└
91
+ ```
77
92
78
93
::: tip Vue as Peer Dependency
79
94
If you intend to perform customization that uses Vue components or APIs, you should also explicitly install ` vue ` as a peer dependency.
You can’t perform that action at this time.
0 commit comments