Ionic v2 - mobile web site (not app) guidance

I would like some guidance starting a web site using ionic 2 (not a web app).

  • Is there any documentation on doing so?

  • Should cordova be included or not when I start the project?

  • Should I simply not add ios and/or android, but then how will I build it?

  • My understanding is that the www directory is what I should copy to my web server?

Any help starting this project is very welcomed. Thanks!

Well, there is a Cordova platform type of browser…
$ ionic platform add browser
$ ionic run browser
$ ionic build browser

Ray Camdem wrote about recently: https://www.raymondcamden.com/2016/03/22/the-cordova-browser-platform/

1 Like

Thanks Chris! That worked out well for my test web page, well enough to continue my project using that approach.