次のコマンドを使用します。
sencha generate view user
次のエラーが発生します。
[ERR]ビューの生成はExtJSSDK固有のコマンドです。
これが機能しない理由はありますか?
次のコマンドを使用します。
sencha generate view user
次のエラーが発生します。
[ERR]ビューの生成はExtJSSDK固有のコマンドです。
これが機能しない理由はありますか?
タップ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でのみ機能します