/vuejs.org

The website.

Primary LanguageJavaScript

vuejs.org

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

Developing

Make sure you are using hexo 3.0. Start a dev server at localhost:4000:

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