Upgrade to Pro — share decks privately, control downloads, hide ads and more …

久しぶりに ionic startしてみた

scrpgil
July 10, 2022
220

久しぶりに ionic startしてみた

scrpgil

July 10, 2022
Tweet

Transcript

  1. 記憶の中のionic start $ ionic start ? Framework: (Use arrow keys)

    ❯ Angular | https://angular.io React | https://reactjs.org Vue | https://vuejs.org $ Every great app needs a name! 😍 ? Starter template: (Use arrow keys) ❯ tabs | A starting project with a simple tabbed interface sidemenu | A starting project with a side menu with navigation in the content area blank | A blank starter project list | A starting project with a list my-first-app | A template for the "Build Your First App" tutorial
  2. 現在のionic start $ ionic start ? Use the app creation

    wizard? (Y/n) ✔ Preparing directory ./sample in 1.79ms
  3. ionic startの中身 $ ionic start --verbose ? Use the app

    creation wizard? Yes ionic:utils-network checking for open port on 0.0.0.0:8123 +0ms ionic:utils-network checking for open port on 127.0.0.1:8123 +5ms ionic:utils-network checking for open port on ::1:8123 +1ms ionic:utils-network checking for open port on fe80::1:8123 +1ms ####### ブラウザ上でWizardやる ####### superagent POST https://api.ionicjs.com/oauth/token +0ms superagent POST https://api.ionicjs.com/oauth/token -> 200 +943ms superagent GET https://api.ionicjs.com/users/self +6ms superagent GET https://api.ionicjs.com/users/self -> 200 +741ms superagent GET https://ionicframework.com/api/v1/wizard/app/98f4bf8b +155ms superagent GET https://ionicframework.com/api/v1/wizard/app/98f4bf8b -> 200 +899ms superagent POST https://ionicframework.com/api/v1/wizard/app/98f4bf8b/start +876ms superagent POST https://ionicframework.com/api/v1/wizard/app/98f4bf8b/start -> 201 +1s ionic:lib:telemetry Sending telemetry for command: 'ionic start' [