a> 30f7226d9a first commit 3 年之前 tailwind-color-palette 30f7226d9a first commit 3 年之前 tailwindcss 30f7226d9a first commit 3 年之前 thenify 30f7226d9a first commit 3 年之前 thenify-all 30f7226d9a first commit 3 年之前 to-regex-range 30f7226d9a first commit 3 年之前 tr46 30f7226d9a first commit 3 年之前 ts-interface-checker 30f7226d9a first commit 3 年之前 uglify-js 30f7226d9a first commit 3 年之前 underscore 30f7226d9a first commit 3 年之前 upper-case 30f7226d9a first commit 3 年之前 util-deprecate 30f7226d9a first commit 3 年之前 valid-data-url 30f7226d9a first commit 3 年之前 web-resource-inliner 30f7226d9a first commit 3 年之前 webidl-conversions 30f7226d9a first commit 3 年之前 whatwg-url 30f7226d9a first commit 3 年之前 wrap-ansi 30f7226d9a first commit 3 年之前 wrappy 30f7226d9a first commit 3 年之前 y18n 30f7226d9a first commit 3 年之前 yallist 30f7226d9a first commit 3 年之前 yaml 30f7226d9a first commit 3 年之前 yargs 30f7226d9a first commit 3 年之前 yargs-parser 30f7226d9a first commit 3 年之前 .yarn-integrity 30f7226d9a first commit 3 年之前 louise/louise-tna - Gogs: Simplico Git Service

No Description

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

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