UNPKG
qvt-cli
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.0
提供多端响应式设计的模板框架
qvt-cli
/
bin
/
template
/
admin
/
unocss.config.ts
7 lines
(5 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ defineConfig, presetAttributify, presetUno }
from
'unocss'
;
export
default
defineConfig
({
// ...UnoCSS options
presets
: [
presetAttributify
(),
presetUno
()], });