NativeScript + Vue.jsメモ書き
インストール
- https://nativescript-vue.org/en/docs/getting-started/installation/
- https://nativescript-vue.org/en/docs/getting-started/quick-start/
NativeScriptプラグイン
https://market.nativescript.org/
プッシュ通知やチャートのUIなどをプラグインできる
Windowsでビルドした場合に動作しない問題(修正されてた)
次のプルリクを反映すると動作する
https://github.com/nativescript-vue/nativescript-vue-externals/pull/4
チュートリアル
チャート
-
npm install nativescript-ui-chart --save
-
templateでの使い方はPlaygroundのコードを参考に
プッシュ通知
- npm install nativescript-push-notifications --save
- 後はここ参考 https://market.nativescript.org/plugins/nativescript-push-notifications
ローカル通知
- npm install nativescript-local-notifications --save
- 後はここ参考 https://market.nativescript.org/plugins/nativescript-local-notifications
NativeScript API
ドキュメント
一部APIがimportできない問題(修正されてた)
次のプルリクを反映すると動作する
https://github.com/nativescript-vue/nativescript-vue-externals/pull/4
Playground
https://play.nativescript.org/
お試しでweb上でUIを作ることができる。
一度QRコードで読み込んでおけば、変更が即座に実機に反映される。