Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spikef/vue-theme-switch-webpack-plugin
Vue主题切换插件。
https://github.com/spikef/vue-theme-switch-webpack-plugin
theme vue
Last synced: about 2 months ago
JSON representation
Vue主题切换插件。
- Host: GitHub
- URL: https://github.com/spikef/vue-theme-switch-webpack-plugin
- Owner: Spikef
- Created: 2019-11-28T05:44:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:23:58.000Z (about 2 years ago)
- Last Synced: 2023-03-08T07:50:12.321Z (almost 2 years ago)
- Topics: theme, vue
- Language: CSS
- Size: 3.06 MB
- Stars: 15
- Watchers: 3
- Forks: 9
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-theme-switch-webpack-plugin
Vue应用主题切换插件。您可以先[查看演示](https://spikef.github.io/vue-theme-switch-webpack-plugin/index.html)效果。
## 安装
> 只支持`webpack v4.x`和`html-webpack-plugin v3.x`。
```bash
$ npm i --save-dev vue-theme-switch-webpack-plugin
```## 使用
查看`/example`下的示例。