Skip to content

Commit 8fbaf9e

Browse files
committed
tweak readme
1 parent 2cd7cb5 commit 8fbaf9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
`vue-router` for Vue 2.0.
44

5-
This is still work in progress. If you really want to try it now:
5+
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.
66

77
``` bash
88
npm install
99

10-
# run examples at localhost:8080
10+
# serve examples at localhost:8080
1111
npm run dev
1212

1313
# build dist files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"dev": "node examples/server.js",
20-
"dev-dist": "rollup -wcm",
20+
"dev:dist": "rollup -wcm",
2121
"build": "rollup -c && uglifyjs dist/vue-router.js -c -m -o dist/vue-router.min.js",
2222
"lint": "eslint src examples",
2323
"test": "npm run lint && flow check && npm run test:e2e",

0 commit comments

Comments
 (0)