Skip to content

Commit a5f7c25

Browse files
committedJun 3, 2024·
docs: update README.md
1 parent 43d62ce commit a5f7c25

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# vite-plugin-happy-css-modules
2+
3+
## Installation
4+
5+
```sh
6+
npm i -D happy-css-modules vite-plugin-happy-css-modules
7+
```
8+
9+
## Usage
10+
11+
```typescript
12+
// vite.config.js
13+
import { defineConfig } from "vite";
14+
import happyCssModules from "vite-plugin-happy-css-modules";
15+
16+
export default defineConfig({
17+
plugins: [happyCssModules()],
18+
});
19+
```

0 commit comments

Comments
 (0)
Please sign in to comment.