10000 GitHub - vuejs/v2.vuejs.org at 547fc69b834e20974a209425351ca0051d5072a8
[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 src. Pull requests welcome!

Developing

Start a dev server at localhost:4000:

$ npm install -g hexo-cli
$ npm install
$ hexo server
0