Brak opisu

Thiranon Wiriyanurakkul 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
..
hooks 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
scss 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
www 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
.bowerrc 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
.gitignore 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
README.md 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
bower.json 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
config.xml 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
gulpfile.js 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
ionic.project 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu
package.json 86d81d25b9 แก้หน้า index_page.html และ menu.html 8 lat temu

README.md

Ionic is the beautiful, open source front-end SDK for developing hybrid mobile apps with web technologies.

Usage

  1. First, install Node.js. Then, install the latest Cordova and Ionic command-line tools:
    • sudo npm install -g cordova ionic
    • Note: iOS development requires Mac OS X. iOS simulator through the Ionic CLI requires the ios-sim npm package, which can be installed with the command sudo npm -g install ios-sim.
  2. Install dependencies with npm install.
  3. iOS
    • ionic build ios
    • ionic emulate ios
  4. Android
    • ionic platform add android
    • ionic build android
    • ionic emulate android