1.0.6 • Published 2 months ago

theme-color-plugin v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Install

npm i -D theme-color-plugin

Config

const initThemeColorPlugin = require("theme-color-plugin");

const createThemeColorReplacerPlugin = initThemeColorPlugin('默认主题色');

vue.config.js

module.exports = defineConfig({
  ...,
  plugin:[createThemeColorReplacerPlugin()]
})

Use

const ThemePlugin = require("theme-color-plugin/update-theme");

ThemePlugin.setProxyCssUrl("是否需要代理css地址");

ThemePlugin.updateTheme("新的颜色");
1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago