updated frontend README.md

This commit is contained in:
Ulf Gebhardt 2021-02-24 20:28:37 +01:00
parent 73925b0869
commit 3fc743ba5d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,28 +1,25 @@
# Vue Gradido Wallet
# install mit npm
```
$ git clone https://github.com/gradido/gradido_vue_wallet.git [project-name]
$ cd [project-name]
$ npm install
$ npm run serve
## install mit npm
```bash
cd frontend
npm install
npm run serve
### Build
$ npm run build
# build
npm run build
```
# install mit docker
## install mit docker
```bash
# build
docker build -t gradido-frontend .
# run
docker run -it -p 80:80 --rm gradido-frontend
```
### build
$ docker build -t [project-name] .
### run
$ docker run -it -p 80:80 --rm [project-name]
```
**Fully Coded Components**