0
0

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.

Egret Engine豆知識

Last updated at Posted at 2020-05-27

CLIで書き出すには?

egret publish --version <バージョン名>

bin-release/<バージョン名>に書き出されます

runコマンドで開いたときにQueryStringでパラメーターを渡す

egretProperties.jsonurlParamsに下記を記載すると

http://localhost:3000/index.html?access-token=...&user-id=...&application-key=...が開きます

egretProperties.json
{
:
  "urlParams": {
      "access-token": "...",
      "user-id": "...",
      "application-key": "..."
  }
}
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?