0.6.0 • Published 10 months ago

vite-plugin-semi-theme v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

10 months ago

0.5.0

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago