This the the repo for the OLD docs (v1). Go to the repo for the latest docs here.
To setup the local environment:
- Node.js v8+
- yarn (Optional, but recommended)
This will create a local web server at http://localhost:8080/
if nothing is running on that port. It has hot module reloading and will detect most changes you make.*
$ yarn run dev
* Note: It is not always reliable when making low level configurations or changing the underlying architecture of VuePress, but this should not impact most users who are focused on content and UI level changes.
This will compile the package you want for deploying to production. It will create a folder in docs/.vuepress/dist
.
$ yarn build