Generate publish Ionic site

1

Good morning, I need to publish a website with ionic structure (I know its main idea is to generate the app, but we have this app and it has to be a site and an app at the same time), what is the best way to do that?

    
asked by anonymous 03.10.2017 / 15:44

1 answer

1

So, first I would like to say that it's something I do not recommend doing, because it's against the idea of what ionic allows.

If you are not using any Cordova plug-in, then no problem, just move the contents of the www folder to your server. The app will be replicated there, but I emphasize some issues in this decision:

  • The browser will need to be well upgraded, as ionic uses some more recent functionality
  • The ionic was not intended for this use
  • The user experience in the web version will be clearly impaired.

EDIT THERE IS SOME SUPPORT FOR WEBSITE: link

    
03.10.2017 / 15:51