瀏覽代碼

fix: fix document error for frontend

pull/386/head
winkidney 1 月之前
父節點
當前提交
6aa7b3272b
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. +7
    -4
      pinry-spa/README.md

+ 7
- 4
pinry-spa/README.md 查看文件

@@ -1,23 +1,26 @@
# pinry-spa

## Project setup
This project requires `NodeJS@18`.

```
yarn install
npm install -g "pnpm==9.11.0"
pnpm install
```

### Compiles and hot-reloads for development
```
yarn serve
pnpm serve
```

### Compiles and minifies for production
```
yarn build
pnpm build
```

### Lints and fixes files
```
yarn lint
pnpm lint
```

### Customize configuration


Loading…
取消
儲存