mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
updated frontend README.md
This commit is contained in:
parent
73925b0869
commit
3fc743ba5d
@ -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**
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user