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: 5 months ago
JSON representation
template project to switch web app theme at runtime
- Host: GitHub
- URL: https://github.com/alex2wong/theme-switcher
- Owner: alex2wong
- License: mit
- Created: 2019-10-20T02:00:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:06:02.000Z (over 3 years ago)
- Last Synced: 2025-07-12T15:36:41.456Z (12 months ago)
- Topics: theme-customizer, vue-cli
- Language: JavaScript
- Size: 1.43 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.