boenfu / vite-plugin-semi-theme

MIT License
12 stars 7 forks source link

vite-plugin-semi-theme

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

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