An open API service indexing awesome lists of open source software.

https://github.com/veaba/rsbuild-pnpm-npm


https://github.com/veaba/rsbuild-pnpm-npm

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Rsbuild Project

## pnpm 无法运行

![pnpm](./images/pnpm.png)

Install the dependencies:

```bash
pnpm install
```

Start the dev server:

```bash
pnpm dev
```

Build the app for production:

```bash
pnpm build
```

Preview the production build locally:

```bash
pnpm preview
```

## npm 可以运行

Install the dependencies:

```bash
npm install
```

Start the dev server:

```bash
npm dev
```

Build the app for production:

```bash
npm build
```

Preview the production build locally:

```bash
npm preview
```