[ionic] Export HTML/CSS/JS
Hello,
When i export an ionic project as html/css/js, i couldn't make it work. Can you help?
Thanks,
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
When i export an ionic project as html/css/js, i couldn't make it work. Can you help?
Thanks,
Hello -
Could you be more specific about how exactly it does not works?
Hello,
When i run the "index.html" in browser, nothing shows.
Actually to be able to run your Ionic app locally on your machine, you will need to configure environment - for example you can use node.js or WebStorm as a server and run your app.
Or for development purposes you can try to disable web security option for your browser, but this might not work for some latest browser versions:
https://www.thepolyglotdeveloper.com/...
http://stackoverflow.com/questions/31...
Hello,
I used Ionic CLI with "ionic serve", it is working now as expected.
Thanks,