Skip to content

issuerail/web

Repository files navigation

web

Build Status codecov License Tag

Introduction

web is the web of issuerail written in Vue.

If you want to give it a try, you can install it for free (see section below) or you can just use the online demo hosted on Vercel.

Demo credentials are :

Prerequisites

  • Vue >= 3.0.0

Run

export SERVER_API_URL=http://127.0.0.1:8081
yarn start

Docker

docker build ghcr.io/issuerail/web:latest
docker run -p 443:443 -p 8080:80 ghcr.io/issuerail/web:latest

License

Project License can be found here.

Reference

Packages

No packages published