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
/
src
/
boot
/
unocss.ts
8 lines
(7 loc)
•
235 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ boot }
from
'quasar/wrappers'
;
import
'uno.css'
;
// "async" is optional;
// more info on params: https://v2.quasar.dev/quasar-cli/boot-files
export
default
boot
(
async
(
/* { app, router, ... } */
) => {
// something to do
});