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 [email protected]:vuejs/docs-next.git
- Install dependencies
yarn # or npm install
- Start local development environment
yarn serve