NodeJs install manager 'n'
- You can install /update nodejs as you want with package 'n'
- please refer as below link in detail
- https://github.com/tj/n
## install :
npm install -g n # 'n' is not option, It's package name.
Culture, IT, Trend, Travel , Experience korea travel & culture youtube: https://www.youtube.com/@kawadakr
NodeJs install manager 'n'
## install :
npm install -g n # 'n' is not option, It's package name.
## 3.x ( # ref : https://docs.python.org/3/library/http.server.html)
python3 -m http.server {port}
# ex) run 8888 port
$ python3 -m http.server 8888
### server1 ####
curl http://server2:8888
> default response is file listing
### server2 ####
python3 -m http.server 8888
## When you want to use another config values in deploying. you must add NODE_ENV=production
## .env.mynewmode
NODE_ENV=production ##<-- this line makes files for deploying
VUE_APP_MY_VAR='mynewvalue'
## build
npm run build -- --mode mynewmode
#ref: https://cli.vuejs.org/guide/mode-and-env.html#modes
https://cli.vuejs.org/guide/mode-and-env.html#modes
VUEJS 2.x
While developing mobile web sites, the behavior of real mobile browsers are a litter different with desktop's. While debugging, Developers are using console.log. But developers cannot see logs in mobile phones. It makes it hard to figure out ,when unexpected errors occurred in phones .
Like desktop, there are solutions in iOS and android.
1. android
ref: https://developer.chrome.com/docs/devtools/remote-debugging/
2. ios debugging. Window and osX
* Another ( no additional Install) : mobile debug in mobile