5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Stuio Code と Apache Cordova による爆速コーディング

Posted at
1 / 11

自己紹介

  • 氏名: 政倉 智 (まさくら とも)
  • 所属: html5j 鹿児島
  • 所属: codeArts 株式会社 (みんなゲーム遊んでね!)
  • 趣味: バイクとか

Cordova だるい!


  1. HTML/CSS/JavaScript を書き換える
  2. cordova run で実行する
  3. 見て確認する

このビルドが意外と時間がかかる。だるい。


そんな人のために!

Visual Studio Code + Cordova Tools


image.png


  • ブラウザーを使って Cordova をシミュレートしている
  • ネイティブのビルドが走らない分すぐに起動する
  • デバッガが使える!
  • LiveReload も!
  • Chrome DevTools を動かすと落ちるのはちょっと勘弁してほしい...

実はこのシミュレーター部分、単体でも配布されてます!

image.png


  • プラグインのシミュレートをそこそこしてくれる
  • 自作プラグインでも、追加のコード書けばやってくれるらしい

本物とはそれなりに違うんだろうけど

手早くできてイイ!


ご清聴ありがとうございました!

5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?