0.2.1 • Published 8 years ago

dora-plugin-simulator v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

dora-plugin-simulator

NPM version Build Status Coverage Status NPM downloads

provide a convenient solution for Mac users to open pages which served by the server in iOS simulator ----- 桥接 iOS 模拟器。

Usage_1

$ npm i dora dora-plugin-simulator -SD
$ ./node_modules/.bin/dora --plugins 'simulator?scheme=http://m.alipay.com'

Build In

more about the option, visit node-isimulator

  application: 'mobilesafari',
  bundleId: '',
  device: 'iPhone 6',
  downloadURL: '',
  prefix: 'antm',
  scheme: 'http://127.0.0.1',
  sdk: ''

Usage_2 (Recomend) with dora-plugin-config-manager

$ ./node_modules/.bin/dora --plugins 'config-manager?path=./mobile.config.js|simOpts,simulator'

Your config file should look like this:

mobile.config.js

var simOpts = {
  scheme: 'http://m.baidu.com'
};

module.exports.simOpts = simOpts;

Test

$ npm test

LICENSE

MIT

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago