Skip to content

Commit

Permalink
docs: use pnpm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed May 17, 2023
1 parent 74ac380 commit 599c12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,15 +15,15 @@ We recommend to look at the [Nuxt 3 Docs](https://nuxt.com/) and [Element Plus D
Make sure to install the dependencies

```bash
yarn install
pnpm install
```

## Development

Start the development server on `http://localhost:3000`

```bash
yarn dev
pnpm dev
```

More info about [nuxt deployment](https://nuxt.com/docs/getting-started/deployment#presets).
Expand All @@ -35,7 +35,7 @@ Run `npm run generate` to generate static html in `.output/public`.
Build the application for production:

```bash
yarn build
pnpm build
```

Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment).
Expand Down

1 comment on commit 599c12e

@vercel
Copy link

@vercel vercel bot commented on 599c12e May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.