Browse Source

add map view

SBK 2 years ago
parent
commit
bc18097e0d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mobile-src/README.md

+ 2 - 2
mobile-src/README.md

@@ -7,8 +7,8 @@ npm uninstall -g ionic # uninstall
 npm install --save-dev node-sass sass-loader # Scss Loader
 npm install --save-dev node-sass sass-loader # Scss Loader
 npm install -g @vue/cli # Vue Cli
 npm install -g @vue/cli # Vue Cli
 npm install -g http-server # http server
 npm install -g http-server # http server
-npm install -g colors
-npm install -g iconv-lite
+npm install colors
+npm install iconv-lite
 ```
 ```
 
 
 ## Project Run
 ## Project Run