0
点赞
收藏
分享

微信扫一扫

【Webgl_glsl&Threejs】搬运分享shader_飘落心形

敬亭阁主 2024-04-30 阅读 38
vue.js

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>
举报
0 条评论