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
@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