第一步 新建一个简单的app

安装Vue

npm install vue  

安装Ionic
npm install -g @ionic/cli

新建项目
ionic start myApp tabs


cd myApp
启动项目
ionic serve