8000 GitHub - vuejs/v2.vuejs.org at f125b2f5dd4670164d84f847c9c153b55577a64f
[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