4

次のコマンドを使用します。

sencha generate view user

次のエラーが発生します。

[ERR]ビューの生成はExtJSSDK固有のコマンドです。

これが機能しない理由はありますか?

4

1 に答える 1

4

タップ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でのみ機能します

于 2013-03-27T13:27:10.673 に答える