|
3 | 3 |
|
4 | 4 | Modus Create engineers will continue to support the community at the Ionic's official [Issue board](https://github.com/ionic-team/ionic/issues)
|
5 | 5 |
|
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. |
7 | 7 |
|
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. |
9 | 9 |
|
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. |
11 | 11 |
|
12 | 12 | ---
|
13 | 13 | ---
|
@@ -38,15 +38,17 @@ Apart from minor improvements and further testing of various mixes of Ionic comp
|
38 | 38 | | Tabs | :heavy_check_mark: | :heavy_check_mark: | Fully implemented |
|
39 | 39 | | Controllers | :heavy_check_mark: | :heavy_check_mark: | Fully implemented |
|
40 | 40 | | 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) | - | |
41 | 44 | | Unit tests | :x: | :x: | Outdated as were originally written in plain JS, need to be updated for TS |
|
42 | 45 |
|
43 | 46 | ## Installing / Getting started
|
44 | 47 |
|
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. |
47 | 49 |
|
48 | 50 | ```shell
|
49 |
| -npm install @modus/ionic-vue |
| 51 | +npm install @ionic/core @modus/ionic-vue |
50 | 52 | ```
|
51 | 53 |
|
52 | 54 | Now you can use it during the initialization step of your Vue app.
|
|
0 commit comments