Skip to content

Latest commit

 

History

History

rp-vue

Greeter Relying Party

This directory contains an implementation of a relying party that supports the greeter extension. It is implemented in Vue.js

Requirements

In order to run the application, Node.js and npm need to be installed on the system.

Project setup

Initially the project dependencies have to be installed using

npm i

Local Testing Server

To run a local test server that does not require any configuration use

npm run serve

This will print an URL / the port the server is listening on. Once the server is running, it can be accessed in any browser.