This a theming tutorial for a sencha blog post. This repository contains my Spotifext theme. A Spotify look a like theme.
#Requirements
- ExtJS6 Beta
- Sencha Cmd version 6 (to check it, run:
sencha which
on the CLI) - (optionally) Sencha App Inspector, the new stand-alone app, which contains the theme roller.
#Getting Started
- Navigate to your Ext6 SDK on the CLI
- Generate a workspace
$
sencha generate workspace ../sencha-theming-tutorial
- Clone or download and extract my tutorial files into sencha-theming-tutorial, which is now a Sencha Ext JS 6 workspace
- Run
sencha app watch
- Checkout the theming app in your browser: http://localhost:1841/extthemingapp/?platformTags=fashion:true (make sure the url contains the ?platformTags=fashion:true)
#How to create your own theme package
Take a look into my blog post: TODO