梗概

  • On the MiniApp side, the runtime of uni-app is mainly a vue runtime of the MiniApp version
  • On the web side, the runtime of uni-app has an additional set of ui libraries, page routing frameworks, and uni objects (that is, common API encapsulation) compared to ordinary vue projects.

JS引擎

  • 只有APP是没有自带的JS引擎
  • App-Android, uni-app’s js engine is v8
  • App-iOS is jscore