UNPKG

1.33 kBMarkdownView Raw
1# vue-router-next [![release candidate](https://img.shields.io/npm/v/vue-router/next.svg)](https://www.npmjs.com/package/vue-router/v/next) [![CircleCI](https://circleci.com/gh/vuejs/vue-router-next.svg?style=svg)](https://circleci.com/gh/vuejs/vue-router-next)
2
3## Status: Release Candidate
4
5- Most RFCs have been merged.
6- All [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x+label%3Arouter) have been implemented.
7- [Documentation](https://next.router.vuejs.org).
8
9## Quickstart
10
11- Via CDN: `<script src="https://unpkg.com/vue-router@next"></script>`
12- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh)
13- Add it to an existing Vue Project:
14 ```bash
15 npm install vue-router@next
16 ```
17
18## Changes from Vue Router 3
19
20Please consult the [Migration Guide](https://next.router.vuejs.org/guide/migration/).
21
22## Contributing
23
24See [Contributing Guide](https://github.com/vuejs/vue-router-next/blob/master/.github/contributing.md).
25
26## Special Thanks
27
28<a href="https://www.browserstack.com">
29 <img src="/assets/browserstack-logo-600x315.png" height="80" title="BrowserStack Logo" alt="BrowserStack Logo" />
30</a>
31
32Special thanks to [BrowserStack](https://www.browserstack.com) for letting the maintainers use their service to debug browser specific issues.
33
\No newline at end of file