2016-11-16 8 views
0

イオンアプリにazureサービスを追加するには、次のリンクに従っています。ionicプロジェクトでAzure Mobile AppsのJavaScriptクライアントライブラリを使用するには?

const MobileServices = require('azure-mobile-apps-client'); 

場合:NPMパッケージを使用している場合

https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-html-how-to-use-client-library

しかし、私は

PS D:\Users\....\myapp> npm install azure-mobile-apps-client --save 
npm WARN package.json [email protected] No repository field. 
npm WARN package.json [email protected] No README data 
[email protected] node_modules\azure-mobile-apps-client 
├── [email protected] 
├── [email protected] 
├── [email protected] ([email protected], [email protected], [email protected]) 
└── [email protected] ([email protected]) 

答えて

0

後にファイルnode_modules/azure-mobile-apps-client/dist/MobileServices.Web.min.jsを見つけることができない、あなただけのような何かをする必要がありますカスタマイズしたクライアントを入手するためにnpmだけインストールしたい場合は、ここでダウンロードしてください:https://zumo.blob.core.windows.net/sdk/azure-mobile-apps-client.min.js

この情報は、GitHubのレポでのクライアントのためのREADMEで提供されています:https://github.com/azure/azure-mobile-apps-js-client

我々はできるだけ早くazure.com上のドキュメントを更新することがあります。

+0

私はVisual studioを実際に使っています。だから私は 'azure-mobile-apps-client.min.js'ファイルをダウンロードして、それをプロジェクトに組み込み、npmを使わずに入れることができます。 – ca9163d9

+0

@ dc7a9163d9はい、できます。 –

関連する問題