Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 419 Bytes

vuejs.org next

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/.

Getting Setup

  1. Clone repository
git clone [email protected]:vuejs/docs-next.git
  1. Install dependencies
yarn # or npm install
  1. Start local development environment
yarn serve