// 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: {
// ... 👆
//},
}),
],
});
vite-plugin-semi-theme
0.6.0 • Public • PublishedPackage Sidebar
Install
npm i vite-plugin-semi-theme
Repository
Weekly Downloads
149
Version
0.6.0
License
MIT
Unpacked Size
6.58 kB
Total Files
4