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

Skip to content

vuejs/v2.vuejs.org

Folders and files

< 8000 th colSpan="1" class="DirectoryContent-module__Box_2--LsXd4">
Last commit date
NameName
Last commit message

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