Skip to content

Commit 0a9a2f7

Browse files
committed
feat: add tailwindcss and file starter example
1 parent cdb10e4 commit 0a9a2f7

17 files changed

Lines changed: 525 additions & 163 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
An opinionated, production-ready starter template for Vue 3 applications. Designed for scalability, code quality, and developer experience.
99

10-
## 🚀 Features
10+
## Features
1111

1212
- **Framework:** Vue 3 (Script Setup) + TypeScript + Vite
1313
- **State Management:** Pinia (Store)
@@ -19,7 +19,7 @@ An opinionated, production-ready starter template for Vue 3 applications. Design
1919
- **CI/CD:** GitHub Actions workflow ready.
2020
- **Utils:** VueUse included.
2121

22-
## gi🛠️ Prerequisites
22+
## Prerequisites
2323

2424
- **Node.js:** version 22+ (LTS recommended)
2525
- **Package Manager:** PNPM (defined via `packageManager` in package.json)

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@antfu/eslint-config": "^6.3.0",
2525
"@commitlint/cli": "^20.1.0",
2626
"@commitlint/config-conventional": "^20.0.0",
27+
"@tailwindcss/vite": "^4.1.17",
2728
"@types/node": "^24.10.1",
2829
"@vitejs/plugin-vue": "^6.0.1",
2930
"@vue/tsconfig": "^0.8.1",
@@ -32,6 +33,7 @@
3233
"eslint-plugin-format": "^1.0.2",
3334
"husky": "^9.1.7",
3435
"lint-staged": "^16.2.7",
36+
"tailwindcss": "^4.1.17",
3537
"typescript": "~5.9.3",
3638
"vite": "^7.2.4",
3739
"vue-tsc": "^3.1.4"

0 commit comments

Comments
 (0)