Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 219 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 219 Bytes

Ionic3-Commands

Simply list all useful commands of Ionic 3

NVM

Switch to different Node JS version:-

export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"

nvm ls nvm use 6.9.1