JSPM

  • Created
  • Published
  • Downloads 3251883
  • Score
    100M100P100Q221720F
  • License MIT

A router for Vue.js

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

Work in Progress - Use at your own risk!

Build Status

Notes

  1. This project is in active development. No guarantee of API stability until an offical release is out. Don't use in production. If you are adventurous enough to try it out, be prepared for undocumented breaking changes. If something goes wrong, consult the example folder which will always contain a working demo using the latest API.

  2. vue-router is developed against the dev branch of Vue core. The official release will only be compatible with Vue 0.12.10+.

  3. Files in /dist are not guaranteed to be up-to-date with src. If you are not using Browserify or Webpack you will have to build the standalone file yourself until an official release is out.

Build

npm install
npm run build

If you want to contribute, help write the tests!