Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex2wong/theme-switcher

template project to switch web app theme at runtime
https://github.com/alex2wong/theme-switcher

theme-customizer vue-cli

Last synced: 23 days ago
JSON representation

template project to switch web app theme at runtime

Awesome Lists containing this project

README

        

# theme-switcher
template project to switch web app theme at runtime

Customize app theme achieved by backend LESS compiler service, global theme styles appended to Head end then overwrite the previous theme.

![screenshot](https://github.com/alex2wong/theme-switcher/blob/master/public/snapshot.gif)

## How to use

Run front-end in dev mode:
> yarn && yarn serve

Run node.js server:
> yarn server

Visit webapp in localhost browser and customize theme color.