|
@@ -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
|