Command Line Interface
Usage
vuepress <command> targetDir [options]
build
Build dir as a static site.
-p, --port <port>
See port.
-t, --temp <temp>
See temp.
-c, --cache [cache]
-no--cache
See cache.
--dest <dest>
See dest.
--debug
Start development server in debug mode.
--silent
Start development server in silent mode.
dev
Start a development server. All options from vuepress build are available. And there are several options specifically for dev:
--host <host>
See host.
--open
Open browser when ready.
--no-clear-screen
do not clear screen when dev server is ready.
eject
Copy the default theme into .vuepress/theme for customization.
info
Shows debugging information about the local environment.
more commands
You can create a custom command with extendCli.