Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alex2wong/theme-switcher
- Owner: alex2wong
- License: mit
- Created: 2019-10-20T02:00:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:06:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:47:58.347Z (about 1 month ago)
- Topics: theme-customizer, vue-cli
- Language: JavaScript
- Size: 1.43 MB
- Stars: 3
- Watchers: 2
- 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 runtimeCustomize 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 serveRun node.js server:
> yarn serverVisit webapp in localhost browser and customize theme color.