Skip to content

semi theme vite自定义主题插件 基于 vite-plugin-semi-theme 修复版本

License

Notifications You must be signed in to change notification settings

hechaoqun/vite-plugin-semi-theme-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-plugin-semi-theme-fix

基于【vite-plugin-semi-theme】修复版本

// vite.config.js
import { defineConfig } from "vite";
import semi from "vite-plugin-semi-theme-fix";

export default defineConfig({
  plugins: [
    semi({
      theme: "@semi-bot/semi-theme-yours",
      // options: {
      // ... 👆
      //},
    }),
  ],
});

About

semi theme vite自定义主题插件 基于 vite-plugin-semi-theme 修复版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published