https://github.com/tutkuofnight/vue-color-mode
Theme color mode plugin for Vue2 🍃
https://github.com/tutkuofnight/vue-color-mode
color-mode theme vue-color-mode vuejs
Last synced: about 2 months ago
JSON representation
Theme color mode plugin for Vue2 🍃
- Host: GitHub
- URL: https://github.com/tutkuofnight/vue-color-mode
- Owner: tutkuofnight
- Created: 2023-01-02T11:46:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T17:20:28.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:56:34.346Z (3 months ago)
- Topics: color-mode, theme, vue-color-mode, vuejs
- Language: Vue
- Homepage:
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# vue-color-mode
I am currently learning a write a plugin. So , I am developing a color mode plugin for Vue 2
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).