Auto merge mandatory file pr This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
An application using Apache Cordova, Ionic Framework, and Azure mobile app services. Currently supporting iOS, Android and Windows 10.
To learn more about Tools for Apache Cordova, visit this link.
The app uses these 3 azure services, enable them by following these steps:
With VS Code:
npm install
bower install
ionic state reset
ionic build <platform name>
ionic run <platform name>
ionic emulate <platform name>
** Note: To improve your Cordova development workflow, install VS Code Cordova extension.
ext install cordova-tools
With Visual Studio:
azure-services-with-ionic/ │ ├── node_modules/ * Node dependencies | ├── platforms/ * Cordova generated native platform code | ├── plugins/ * Cordova native plugins go | ├── resources/ * Images for splash screens and icons | ├── typings/ * Contains all typings for this project | ├── www/ * Folder that is copied over to platforms www directory │ │ │ ├── js/ * Contains transpiled JS files from TS files │ │ │ ├── css/ * Compiled CSS │ │ │ ├── img/ * App images │ │ │ ├── lib/ * Dependencies from bower install │ │ │ └── index.html * Main entry point | ├── .editorconfig * Defines coding styles between editors ├── .gitignore * Example git ignore file ├── config.xml * Cordova configuration file ├── gulpfile.js * Contains gulp tasks for compiling ts files, scss files and more.. ├── ionic.project * Ionic configuration file ├── package.json * Our javascript dependencies ├── azure-services-with-ionic.sln * VS solution ├── azure-services-with-ionic.jsproj ├── azure-services-with-ionic.jsproj.user └── README.md * This file
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Azure Mobile App Services with Ionic Template
An application using Apache Cordova, Ionic Framework, and Azure mobile app services. Currently supporting iOS, Android and Windows 10.
Important!
To learn more about Tools for Apache Cordova, visit this link.
Table of Contents
Requirements
Configuring Azure services
The app uses these 3 azure services, enable them by following these steps:
Getting Started
With VS Code:
npm installfrom the project root.bower installfrom the project root.ionic state resetto install plugins and platforms from package.json.ionic build <platform name>ionic run <platform name>orionic emulate <platform name>** Note: To improve your Cordova development workflow, install VS Code Cordova extension.
With Visual Studio:
App Preview
iPhone 5
File Structure of App