UNPKG

@leo-millenial/vite-vue-bex

Version:

A modern template for creating Chrome extensions using Vue 3, TypeScript, Vite, and UnoCSS

12 lines (10 loc) 279 B
import { presetDaisy } from '@ameinhardt/unocss-preset-daisy' import { defineConfig, presetAttributify, presetIcons, presetWind4 } from 'unocss' export default defineConfig({ presets: [ presetAttributify(), presetDaisy(), presetWind4(), presetIcons(), ], })