JSPM

  • Created
  • Published
  • Downloads 3324504
  • Score
    100M100P100Q225151F
  • License MIT

Official router for Vue.js 2.0

Package Exports

  • vue-router
  • vue-router/dist/vue-router.js
  • vue-router/dist/vue-router.min
  • vue-router/dist/vue-router.min.js
  • vue-router/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-router) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-router-next CircleCI

vue-router for Vue 2.0.

This is still work in progress. There are numerous breaking changes from 0.7.x and docs are lacking - the best way to get started is checking out the examples.

npm install

# serve examples at localhost:8080
npm run dev

# build dist files
npm run build