0
2

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.

windowsにweexをインストールする

Last updated at Posted at 2018-04-15

初めに

クロスプラットフォームのネイティブアプリを作成できるweexをWindowsにインストールする。
実機はAndroidで確認だけ。

1.事前準備

  1. node.jsをインストールする

2.weexのインストール

  1. npm install -g weex-toolkit
  2. weex -v
  3. npmのバージョンが合わないと言われたらログに出力されたコマンドでnpmを再インストールする

3.プロジェクト作成

  1. weex create weex_sample
  2. cd weex_sample
  3. weex platform add android

4.ローカルで実行

  1. npm start

5.実機(Android)で実行

  1. 実機をUSBでつなげる(USB debugをON)
  2. weex run android
0
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?