PhoneGap のアプリを Vue + TypeScript で実装するためのボイラープレートプロジェクトです。 実際の構築手順は 構築ログ を参照してください。
npm install --global @vue/cli
npm install
npm run build
npm run phonegap prepare
コマンドラインターミナルを 2 つ起動して、それぞれで以下のコマンドを実行。
npm run watch
npm run serve
初回実行時のみ最初に以下のコマンドを実行。
npm run phonegap prepare ios
上記コマンド実行済みなら以下のコマンドを実行。
npm run ios
コマンドラインでの実行はできないため、構築ログ を参照。
npm run test
npm run lint
npm run test:e2e
npm run test:unit
npm run cordova plugin add cordova-plugin-xxxxxxx -- --save
npm run phonegap plugin add phonegap-plugin-xxxxxxx -- --save
vue add vuetify