1、根据vuetify官网下载项目
安装vuetify项目
2、根据tailwindcss官网添加依赖
添加tailwindcss依赖
3、 配置main.ts
// main.ts
import "./style.css"
4、使用
<template>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
</template>
微信扫一扫
安装vuetify项目
添加tailwindcss依赖
// main.ts
import "./style.css"
<template>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
</template>