ExtJS + NodeJS mvc application

元气小坏坏 提交于 2019-12-12 16:05:05

问题


I would like to ask about use ExtJS inside NodeJS environment, I tried some node modules but no one allow me to create the application of extjs using thier mvc structure (I mean using Ext.application) do anyone have any luck with this?

Regards.


回答1:


Ordinary build of ExtJs will not work. ext-core-debug.js uses window and another browser builtin objects. To make it work you'll need to make some fakes: window, navigator, etc.



来源:https://stackoverflow.com/questions/13526318/extjs-nodejs-mvc-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!