Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 877 Bytes

File metadata and controls

33 lines (21 loc) · 877 Bytes

Getting started

本节主要介绍如何配置基本开发环境。

Front-end environment

The most common web browsers are:

  • Chrome (engine: Blink + V8)
  • Internet Explorer (engine: Gecko + SpiderMonkey)
  • Firefox (engine: Trident + Chakra)
  • Safari (engine: Webkit + SquirrelFish)

The most common headless browsers are:

  • PhantomJS (enine: Webkit + SquirrelFish)
  • slimerjs (engine: Gecko + SpiderMonkey)
  • trifleJS (engine: Trident + Chakra)

The most common sulutions for webview development are:

Cross devices development:

The server-side development:

  • Node.js