Skip to content

Commit e9ebcef

Browse files
committed
Update NS packages
1 parent 7d73c1b commit e9ebcef

File tree

4 files changed

+18665
-12
lines changed

4 files changed

+18665
-12
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# NativeScript Vue Router
22

3-
[nativescript-vue-router](https://github.com/mattCCC/nativescript-vue-router)
3+
[nativescript-vue-router-extended](https://github.com/mattCCC/nativescript-vue-router-extended)
44

5-
NativeScript Vue Router brings API compatiblility from web version of Vue Router. Please file an issue or make a PR if you spot any problems or you have any further requests regarding the functionality.
5+
NativeScript Vue Router brings easier routing handling to mobile apps, with an API compatibility with web version of Vue Router.
6+
7+
Please file an issue or make a PR if you spot any problems or you have any further requests regarding the functionality.
68

79
## Prerequisites / Requirements
810

@@ -11,20 +13,20 @@ Nativescript 7.1+ is required for the plugin to run properly. It might be workin
1113
## Installation
1214

1315
```javascript
14-
tns plugin add nativescript-vue-router
16+
tns plugin add nativescript-vue-router-extended
1517

1618
or
1719

18-
npm install nativescript-vue-router
20+
npm install nativescript-vue-router-extended
1921

2022
or
2123

22-
yarn add nativescript-vue-router
24+
yarn add nativescript-vue-router-extended
2325
```
2426

2527
## Usage
2628

27-
[nativescript-vue-router](https://www.npmjs.com/package/nativescript-vue-router)
29+
[nativescript-vue-router-extended](https://www.npmjs.com/package/nativescript-vue-router-extended)
2830

2931
Currently under development.
3032

0 commit comments

Comments
 (0)