refactor: replace yarn with pnpm as package manager

This commit is contained in:
bcakmakoglu
2022-06-01 21:58:03 +02:00
committed by Braks
parent 710b22eb0e
commit c07069dcd0
22 changed files with 9887 additions and 22286 deletions
+14 -5
View File
@@ -126,12 +126,21 @@ there is no support for Vue 2, nor will there be any support in the future, sorr
## 🧪 Development
```bash
# start (dev)
$ yarn dev
### Prerequisites
# build dist
$ yarn build
- [Node.js v12+](https://nodejs.org/)
- [PnPm](https://pnpm.io/)
```bash
# skip if you already have pnpm installed
$ npm i -g pnpm
# start examples
$ pnpm dev
# build all packages
$ pnpm build
```
### 🐳 Dev Container