Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 894 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 894 Bytes

sencha-theming-tutorial

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

  1. Navigate to your Ext6 SDK on the CLI
  2. Generate a workspace $ sencha generate workspace ../sencha-theming-tutorial
  3. Clone or download and extract my tutorial files into sencha-theming-tutorial, which is now a Sencha Ext JS 6 workspace
  4. Run sencha app watch
  5. 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