Skip to content

Commit 80462f0

Browse files
committed
readme
1 parent 25b53be commit 80462f0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Work in Progress - Use at your own risk!
1+
# vue-router
22

33
[![Build Status](https://img.shields.io/circleci/project/vuejs/vue-router/master.svg)](https://circleci.com/gh/vuejs/vue-router)
44

5-
### Notes
5+
**Compatibility Note:** `vue-router` requires Vue.js 0.12.10+
66

7-
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.
7+
### Usage
88

9-
2. `vue-router` is developed against the `dev` branch of Vue core. The official release will only be compatible with Vue 0.12.10+.
10-
11-
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.
9+
Docs incoming. For now please refer to the `/example` folder.
1210

1311
### Build
1412

0 commit comments

Comments
 (0)