Skip to content

Commit

Permalink
docs(readme): add Install intro
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed May 1, 2024
1 parent 44f7802 commit d33182d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@

✅ Support nesting css. (web only: https://drafts.csswg.org/css-nesting/#nesting)

## Install

```sh
npm install @vvibe/vue-styled-components
```

```sh
yarn add @vvibe/vue-styled-components
```

```sh
pnpm i @vvibe/vue-styled-components
```

## Usage

### Styled component
Expand Down

0 comments on commit d33182d

Please sign in to comment.