Skip to content

html2app/plugins-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published