vite-plugin-semi-theme

0.5.0 • Public • Published

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: {
      // ... 👆
      //},
    }),
  ],
});

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-semi-theme

Weekly Downloads

49

Version

0.5.0

License

MIT

Unpacked Size

6.39 kB

Total Files

4

Last publish

Collaborators

  • boenfu