This repo contains the code for the future VuePress version of the vuejs.org docs. A continuously deployed live preview is available at https://vue-docs-next-preview.netlify.com/.
- Clone repository
git clone git@github.com:vuejs/docs-next.git
- Install dependencies
yarn # or npm install
- Start local development environment
yarn serve