UNPKG

@leanup/cli

Version:

This CLI brings along all required tools to serve, test and build multi framework SPAs

7 lines (5 loc) 160 B
import { presetMini } from '@unocss/preset-mini'; import { defineConfig } from '@unocss/webpack'; export default defineConfig({ presets: [presetMini()], });