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

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 🍃

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/).