How to use Ionic Framework for Web App Development?

后端 未结 6 1579
暖寄归人
暖寄归人 2020-12-22 18:46

Is it possible to use ionic frameowork for regular Web Applications rather than wrapping it in Cordova?

6条回答
  •  时光取名叫无心
    2020-12-22 19:28

    This is possible if you include the components of www/lib/ - This folder contains the core of ionic(the ionic framework + angularjs) and you can proceed from there.

    However it's important to note that ionic was built on top of angularjs, specifically with mobile in mind. To get better results for web app development, you should consider using core angularjs(for functionality) and bootstrap3 (for UI).

提交回复
热议问题