Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 404 Bytes

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