Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro committed Jun 3, 2024
1 parent 43d62ce commit a5f7c25
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# vite-plugin-happy-css-modules

## Installation

```sh
npm i -D happy-css-modules vite-plugin-happy-css-modules
```

## Usage

```typescript
// vite.config.js
import { defineConfig } from "vite";
import happyCssModules from "vite-plugin-happy-css-modules";

export default defineConfig({
plugins: [happyCssModules()],
});
```

0 comments on commit a5f7c25

Please sign in to comment.