Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@savelee
Last active February 13, 2017 07:38
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save savelee/6578ffb24240eaaa35fb to your computer and use it in GitHub Desktop.
Save savelee/6578ffb24240eaaa35fb to your computer and use it in GitHub Desktop.
SENCHA: How to generate a starter app based on a template
//navigate to the ext js 6 folder
sencha package upgrade
sencha generate app -s templates/admin-dashboard/ Dashboard ../my-folder
@falkolab
Copy link

falkolab commented Jun 1, 2016

But app named as Admin. Testes with Sencha Cmd v6.1.2.15

@pavelpower
Copy link

Need workplace. How i can create app without workspace from admin-dashboard template?

$ sencha generate app -s template/admin-dashboard/ MyApp ../Projects/MyApp
Sencha Cmd v6.1.3.42
[INF] Workspace does not have framework ext at ~/Projects/countbox ... copying
[ERR] Cannot find file : ~/Projects/workspace.json

@syscobra
Copy link

syscobra commented Feb 2, 2017

Hi.

I have made the admin dashboard app work like a template and we can create a new Application (with the new name and all) from it.

If anyone wants to try it out go to the github page:
https://github.com/syscobra/extjs-admin-dashboard-template

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment