如何使用Ionic Framework进行Web App开发?

问题描述:

是否可以将离子frameowork用于常规Web应用程序而不是将其包装在Cordova中?

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

如果你包括www / lib /的组件 - 这个文件夹包含离子的核心(离子框架+ angularjs),你可以从那里开始。

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.

然而,重要的是要注意离子是建立在angularjs之上,特别是考虑到移动设备。要获得更好的Web应用程序开发结果,您应该考虑使用核心angularjs(用于功能)和bootstrap3(用于UI)。

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).