8000 GitHub - vuejs/docs at de5413043c27c7e15cf5b6dfda1044af611ca3f8
[go: up one dir, main page]

Skip to content

vuejs/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:vuejs/docs-next.git
  1. Install dependencies
yarn # or npm install
  1. Start local development environment
yarn serve
0