Skip to content

Commit

Permalink
更新依赖管理工具为pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tymon42 committed Mar 29, 2024
1 parent eedd681 commit 240c246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can easily add more modules to project by using the Nuxt DevTools.

Make sure to install the dependencies:
```bash
yarn
pnpm i
```

## Nuxt DevTools (Recommended, and enabled by default)
Expand All @@ -36,19 +36,19 @@ Check out the [Nuxt DevTools documentation](https://devtools.nuxtjs.org/guide) t

Start the development server on `http://localhost:3000`
```bash
yarn dev
pnpm dev
```

## Production
Build the application for production:

```bash
yarn build
pnpm build
```

Locally preview production build:
```bash
yarn preview
pnpm preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

0 comments on commit 240c246

Please sign in to comment.