Skip to content

QLife-Inc/phonegap-vue-examples

Repository files navigation

PhoneGap + Vue + TypeScript

PhoneGap のアプリを Vue + TypeScript で実装するためのボイラープレートプロジェクトです。 実際の構築手順は 構築ログ を参照してください。

セットアップ

npm install --global @vue/cli
npm install
npm run build
npm run phonegap prepare

コンパイル & ブラウザでの起動

コマンドラインターミナルを 2 つ起動して、それぞれで以下のコマンドを実行。

npm run watch
npm run serve

iOS エミュレータでの起動

初回実行時のみ最初に以下のコマンドを実行。

npm run phonegap prepare ios

上記コマンド実行済みなら以下のコマンドを実行。

npm run ios

Android エミュレータでの起動

コマンドラインでの実行はできないため、構築ログ を参照。

Run all tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Add cordova/phonegap plugin

npm run cordova plugin add cordova-plugin-xxxxxxx -- --save
npm run phonegap plugin add phonegap-plugin-xxxxxxx -- --save

Add vue cli plugin

vue add vuetify

About

PhoneGap + Vue + TypeScript BoilerPlate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published