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>
【Webgl_glsl&Threejs】搬运分享shader_飘落心形
阅读 38
2024-04-30
安装vuetify项目
添加tailwindcss依赖
// main.ts
import "./style.css"
<template>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
</template>
相关推荐
精彩评论(0)