【发布时间】:2013-03-27 13:19:22
【问题描述】:
使用以下命令:
sencha generate view user
我收到以下错误:
[ERR] Generate View 是 ExtJS SDK 特定的命令。
这不起作用有什么原因吗?
【问题讨论】:
使用以下命令:
sencha generate view user
我收到以下错误:
[ERR] Generate View 是 ExtJS SDK 特定的命令。
这不起作用有什么原因吗?
【问题讨论】:
当您点击sencha generate 时,您可以看到
Commands
* app - Generates a starter application
* controller - Generates a Controller for the current application
* form - Generates a Form for the current application (Touch Specific)
* model - Generates a Model for the current application
* profile - Generates a Profile for the current application (Touch Specific)
* theme - Generates a theme page for slice operations (ExtJS Specific)
* view - Generates a View for the current application (ExtJS Specific
* workspace - Initializes a multi-app workspace
所以sencha generate view ... 和sencha generate theme ... 只适用于ExtJS
【讨论】: