alex2wong / theme-switcher

template project to switch web app theme at runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

template project to switch web app theme at runtime

License:MIT License


Languages

Language:JavaScript 94.1%Language:Vue 3.6%Language:CSS 1.7%Language:HTML 0.6%