Skip to content

Commit b3a2a58

Browse files
Update readme
1 parent a57b1a3 commit b3a2a58

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
Modus Create engineers will continue to support the community at the Ionic's official [Issue board](https://github.com/ionic-team/ionic/issues)
55

6-
However, this repository is still being actively maintained and kept in-sync with the official @ionic/vue. The main difference being the availability of `IonicVueRouter` and flexibility of choosing dependency versions.
6+
However, this repository is still being actively maintained and kept in-sync with the official @ionic/vue. The main difference being the availability of pending upstream pull requests and flexibility of choosing dependency versions.
77

8-
Our goal is to allow developers to be on the bleeding-edge and freely experiment, thus we are delivering features and bug fixes as fast as possible. Apart from the router you can switch between the libraries without any changes to your code-base.
8+
Our goal is to allow developers to be on the bleeding-edge and freely experiment, thus we are delivering features and bug fixes as fast as possible.
99

10-
Bug fixes, features, documentation and any other changes will be contributed back as well.
10+
Bug fixes, features, documentation and any other changes are always contributed back to upstream @ionic/vue.
1111

1212
---
1313
---
@@ -38,15 +38,17 @@ Apart from minor improvements and further testing of various mixes of Ionic comp
3838
| Tabs | :heavy_check_mark: | :heavy_check_mark: | Fully implemented |
3939
| Controllers | :heavy_check_mark: | :heavy_check_mark: | Fully implemented |
4040
| TypeScript | :heavy_check_mark: | :heavy_check_mark: | Fully implemented |
41+
| MS Edge Fix | :heavy_check_mark: | [Pending](https://github.com/ionic-team/ionic/pull/19176) | - |
42+
| Router keep-alive | :heavy_check_mark: | [Pending](https://github.com/ionic-team/ionic/pull/18561) | - |
43+
| Functional Inputs | :heavy_check_mark: | [Pending](https://github.com/ionic-team/ionic/pull/19087) | - |
4144
| Unit tests | :x: | :x: | Outdated as were originally written in plain JS, need to be updated for TS |
4245

4346
## Installing / Getting started
4447

45-
A quick introduction of the minimal setup you need to get a hello world up &
46-
running.
48+
A quick introduction of the minimal setup you need to get a hello world up and running.
4749

4850
```shell
49-
npm install @modus/ionic-vue
51+
npm install @ionic/core @modus/ionic-vue
5052
```
5153

5254
Now you can use it during the initialization step of your Vue app.

0 commit comments

Comments
 (0)