updated README.md - use yarn instead of npm

This commit is contained in:
Ulf Gebhardt 2021-02-25 21:39:16 +01:00
parent d82744bf4d
commit 5c5486ab89
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,14 +1,14 @@
# Vue Gradido Wallet # Vue Gradido Wallet
## install mit npm ## install mit yarn
```bash ```bash
cd frontend cd frontend
npm install yarn install
npm run serve yarn run serve
# build # build
npm run build yarn run build
``` ```
## install mit docker ## install mit docker