ExtJS + NodeJS mvc application

2019-07-10 03:14发布

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条回答
对你真心纯属浪费
2楼-- · 2019-07-10 03:45

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.

查看更多
登录 后发表回答