# 命令行接口
# 基本用法
vuepress <command> targetDir [options]
# build
在指定的目录生成一个静态站点。
# -p, --port <port>
查看 port。
# -t, --temp <temp>
查看 temp。
# -c, --cache [cache]
# --no-cache
查看 cache。
# --dest <dest>
查看 dest。
# --debug
以调试模式启动开发服务器。
# --silent
以安静模式启动开发服务器。
# --max-concurrency
设置渲染文档的最大并发量,当渲染大量文档,可能造成内存溢出时使用
# dev
启动一个开发服务器。来自 vuepress build
的所有选项都可用。除此以外,还有几个专门针对 dev 的选项:
# --host <host>
查看 host。
# --open
当服务端准备就绪时自动打开浏览器。
# --no-clear-screen
当 dev server 就绪时不清除屏幕。请注意 dev server 不会在调试模式下清除屏幕。
# eject
将默认主题复制到 .vuepress/theme
目录,以供自定义。
# 更多指令
你可以使用 extendCli 来创建自定义命令。