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
cd ext
sencha generate app -starter=false ThemingApp ../extthemingapp
- Download the zip from this Github repo, and copy extthemingapp into your workspace. (Say yes to replace.)
- Run
sencha app refresh
- 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: