第一步 新建一個簡單的app

安裝Vue

npm install vue  

安裝Ionic
npm install -g @ionic/cli

新建項目
ionic start myApp tabs


cd myApp
啟動項目
ionic serve