🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vite-plugin-semi-theme-fix

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-semi-theme-fix

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

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
326
-10.93%
Maintainers
1
Weekly downloads
 
Created
Source

vite-plugin-semi-theme-fix

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

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

Keywords

vite-plugin

FAQs

Package last updated on 27 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts