8000 GitHub - vuejs/v2.vuejs.org at 5d30538611305f98743c5dbcd6849a64cfce4a21
[go: up one dir, main page]

Skip to content

vuejs/v2.vuejs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs.org

This site is built with hexo. Site content is written in Markdown format located in source. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

& npm install -g hexo
& hexo server
0