Cordova/helloworld
提供: 初心者エンジニアの簡易メモ
プロジェクト作成
cordova create hello_world com.example.helloworld helloworld cd helloworld
プラットフォーム追加
cordova platform add android cordova platform add ios cordova platform add browser
browerをビルドする
cordova build browser
アクセス ttp://localhost:8000/index.html