Deploy Ionic as a website

前端 未结 4 1646
眼角桃花
眼角桃花 2020-12-29 06:23

I have created an ionic app and want to deploy it as a website. What\'s the best way to deploy it on a custom domain? I was thinking of using azure web app to host the ionic

4条回答
  •  失恋的感觉
    2020-12-29 07:09

    Check my answer ionic: using the framework with only HTML5 on the idea of using it as a web application.

    You could deploy it as static website on s3 and use your custom domain to point to s3. You can configure your s3 bucket to be used as a static website host. There are many tutorials on how to go about it.

提交回复
热议问题