Compatibility Note: vue-router
requires Vue.js 0.12.10+
vue-router
is the official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:
Get started with the documentation (WIP).
# install deps
npm install
# build dist files
npm run build
# serve example app at localhost:8080
# and unit tests at localhost:8081
npm run dev
# lint & run unit tests with coverage report
npm test
# run e2e tests for example app in Chrome & Firefox
npm run e2e-local