Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 498 Bytes

Capacitor app with plugins

To build on https://html2app.dev/

This example uses the plugins @capacitor/app@4 and @capacitor/toast@4.

How to

Either download the apk (for android) or build it yourself:

# install dependencies
npm i

# build
npx -y esbuild www/index.js --bundle --outfile=www/bundle.js

# zip all files
(linux/macos) zip -r app.zip www config.json
(windows) tar.exe -acvf app.zip www config.json

# now upload app.zip to https://html2app.dev/