Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 417 Bytes

Per i traduttori: La pagina landing/home è qui:

vuejs.org/themes/vue/layout/index.ejs

Pagine con esempi sono qui:

vuejs.org/source/examples/ ...

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