This site is built with VuePress. Site content is written in Markdown format located in src
.
See the Vue Docs Writing Guide for our rules and recommendations on writing and maintaining documentation.
- Clone repository
git clone git@github.com:vuejs/docs-next.git
- Install dependencies
yarn # or npm install
- Start local development environment
yarn serve # or npm run serve
The site is automatically deployed when commits land in master
, via Netlify.