변경되었습니다. https://github.com/ungmo2/spa-routing 을 참조하세요!
$ git clone https://github.com/ungmo2/spa-example.git
$ cd spa-example
$ npm install# 전통적 링크 방식
$ npm run link
# AJAX 방식
$ npm run ajax
# Hash 방식
$ npm run hash
# PJAX 방식
$ npm run pjax