Browse Source

update ionic cli

Carsten Porth 5 years ago
parent
commit
f0c23c3572
3 changed files with 5 additions and 5 deletions
  1. 1 1
      app/README.md
  2. 1 0
      app/config.xml
  3. 3 4
      app/ionic.config.json

+ 1 - 1
app/README.md

@@ -1,4 +1,4 @@
 # How to run the app
 
 Run on Android emulator: `ionic cordova emulate android`
-Run in Browser: `ionic lab` or `ionic serve`
+Run on connected Android device: `ionic cordova run android`

+ 1 - 0
app/config.xml

@@ -96,5 +96,6 @@
     <allow-navigation href="http://192.168.1.7:8100" />
     <allow-navigation href="http://192.168.56.1:8100" />
     <allow-navigation href="http://192.168.10.1:8100" />
+    <allow-navigation href="http://192.168.2.23:8100" />
     <engine name="android" spec="7.0.0" />
 </widget>

+ 3 - 4
app/ionic.config.json

@@ -1,8 +1,7 @@
 {
   "name": "Hybric OSN",
-  "app_id": "",
-  "type": "ionic-angular",
   "integrations": {
     "cordova": {}
-  }
-}
+  },
+  "type": "ionic-angular"
+}