Sakurasan 2aa761452d up
2023-04-13 22:04:48 +08:00
all
2023-03-24 22:51:53 +08:00
up
2023-04-13 02:49:39 +08:00
up
2023-04-13 22:04:48 +08:00
all
2023-03-24 22:51:53 +08:00
up
2023-04-10 02:27:52 +08:00
up
2023-04-13 22:04:48 +08:00
up
2023-04-10 02:27:52 +08:00
up
2023-04-10 02:27:52 +08:00
up
2023-04-10 02:27:52 +08:00
2023-04-08 22:57:24 +08:00

npm create vite@latest frontend -- --template vue

npm install -D tailwindcss@latest postcss@latest autoprefixer@latest

npx tailwindcss init -p

//tailwind.config.js

/** @type {import('tailwindcss').Config} / export default { content: [ "./index.html", "./src/**/.{vue,js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }

//style.css

@tailwind base; @tailwind components; @tailwind utilities;

Description
No description provided
Readme 741 KiB
Languages
Go 64.8%
Vue 22.3%
CSS 5.4%
HTML 3.9%
JavaScript 3.6%