Mobile Web

To download the app as a mobile web app, click EXPORT > HTML/JS/CSS:

565

Publishing Ionic app as HTML Website

Here are the simple steps you can take to publish your Ionic app as an HTML website:

  1. Download the project and unzip it.
  2. The folder should contain package.json.
  3. From inside this catalog, start npm install (you need to have node.js and npm installed): all the dependencies will need to be installed from package.json.
  4. ionic serve will start the project preview.
  5. ionic build --prod will create the project build that can be then uploaded to whenever you need it.

You can also check here for more details.