How to build a site without docs in package.json like vuejs/docs
#1427
-
|
I'm a beginner. What I want is not to build "a project docs", just a site like blog. so I want a directory structure like vuejs/docs. I found the |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Oct 2, 2022
Replies: 1 comment 7 replies
-
|
That docs directory isn't required. Simply running |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
awxiaoxian2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That docs directory isn't required. Simply running
vitepressfor dev andvitepress buildwill work too.