API 浏览器
Quasar CLI with Webpack - @quasar/app-webpack
开发移动应用

Quasar 提供了两种创建移动应用的解决方案:

¥Quasar offers two solutions for creating mobile apps:

  • Capacitor 由 Ionic 框架创建,作为 Cordova 的更现代替代品。它支持大多数(但不是全部)Cordova 插件,以及 Capacitor 特定的插件。

    ¥Capacitor was created by Ionic Framework as a more modern replacement for Cordova. It supports most, but not all, Cordova plugins as well as Capacitor-specific plugins.

  • Cordova 是一个最初由 Nitobi 创建的移动应用开发框架。Adobe Systems 于 2011 年收购了 Nitobi,将其更名为 PhoneGap,后来发布了该软件的开源版本 Apache Cordova。

    ¥Cordova is a mobile application development framework originally created by Nitobi. Adobe Systems purchased Nitobi in 2011, rebranded it as PhoneGap, and later released an open source version of the software called Apache Cordova.

更多信息(More info)

¥More info

这两种工具都允许你通过 WebView 将你的网站作为原生应用运行。它们都向你的 JavaScript 代码公开原生设备 API,并允许你以插件的形式编写原生代码,这些插件可以通过 JS 调用。虽然 Cordova 支持广泛的目标平台,但 Capacitor 仅支持 iOS 和 Android。

¥Both tools enable you to run your website as a native app through a WebView. They both expose native device APIs to your JavaScript code, and allow you to write native code in the form of plugins, which can be called through JS. While Cordova supports a wide range of targets, Capacitor only supports iOS and Android.

查看下面的相关链接开始操作。

¥Check the related links below to get started.