Based on vuepress v2: v2.vuepress.vuejs.org
Common process: get develop, create new branch, make changes, open PR to develop
How to start:
git fetch
git checkout develop
git pull
git checkout -b feature/my_branch
yarnTo start the server in develop mode:
yarn devTo check the build in production mode:
yarn build && yarn serve