You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn
yarn dev # serves zeus doc' own docs with itself
yarn test# make sure your code change pass the test
yarn build
# or 开始写作
vuepress dev docs
# 构建静态文件
vuepress build docs