LoginSignup
0
0

More than 5 years have passed since last update.

Ionic覚え書き

Posted at

目次

  1. コマンド
  2. MVC
  3. データの入力
  4. DBの作成

コマンド

$ ionic start _project_name_
$ cd _project_name_
# ブラウザ上でアプリの起動
$ ionic serve 

# エミュレータで起動(iOS, Android
https://stackoverflow.com/questions/42711120/how-do-i-run-an-ionic-app-in-android-studio-emulator

ionicコマンドメモいい感じ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0