matz3 / ui5con17-custom-theme

OpenUI5 custom theme example for UI5con 2017 built using Grunt & Bower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui5con17-custom-theme

OpenUI5 custom theme example for UI5con 2017 built using the UI5 Tooling

Please note that this is just a very basic example project to show how custom themes can be created and built. The theme is not intended to be used with real applications and does not cover all parameters, controls and libraries.

Getting started

  • Install Node.js (from nodejs.org).
  • Clone the repository and navigate into it
    git clone https://github.com/matz3/ui5con17-custom-theme.git
    cd ui5con17-custom-theme
  • Checkout the ui5-tooling branch
    git checkout ui5-tooling
  • Install all npm dependencies
    npm install

Usage

Server

Run npm start to start a local server.
Open the test page: http://localhost:8080/test-resources/ui5con17-custom-theme/index.html

Build

Run npm run build to build the theme to /dist.

About

OpenUI5 custom theme example for UI5con 2017 built using Grunt & Bower

License:Apache License 2.0


Languages

Language:HTML 50.2%Language:Less 49.8%