Skip to content

ravenq/gvf-client

Repository files navigation

gvf-client

Build Status

The client of gvf project.

dev

install dependences.

yarn

config server url in ./nuxt.config.js

// ...
axios: {
  baseURL: 'http://www.aqcoder.com:8080/v1'
}
// ...

run.

yarn dev

run in node

yarn build
yarn start

run in pm2

yarn global add pm2

pm2 start yarn --name "gvf-client" -- start

docker

build

docker build -t gvf-client .

start a container.

docker run -d --name gvf-client -p 9977:9977 gvf-client

About

Client for GVF project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published