Disable client app #660
-
Is there a way to disable the Client App, and use VuePress only to generate And serve SSR pages? |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Mar 1, 2022
Replies: 1 comment
-
Currently no, and this is not our project goal. Also, functions like navbar and sidebar may need javascript enabled and compoent actived to work. If you don't need navbar and sidebar, just static pages rendered by markdown content, you can follow this idea: Write a script to handle output. The script should try to handle the output files:
After you build a project, run the script and get you want |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently no, and this is not our project goal.
Also, functions like navbar and sidebar may need javascript enabled and compoent actived to work.
If you don't need navbar and sidebar, just static pages rendered by markdown content, you can follow this idea:
Write a script to handle output. The script should try to handle the output files:
After you build a project, run the script and get you want