andro
v4.2.1
Published
Convert HTML Project to Android Project
Downloads
16
Maintainers
Readme
Andro
Convert HTML Project to Android Project.
Install
npm i -g andro degit
Init Project
andro init
Generate Android Project
Previously, if in our HTML we used absolute URLs to call CSS or JS files, first change them to the base: /assets/
. If you use Vite, the command is like this:
vite build --base /assets/
Then, generate with command andro