Contributors: P.Raschke, H.Schwerdtner, N.Shawarba, T.Eichinger
Visit the currently deployed version: https://dashboard.trapeze-project.eu/
Web frontend that allows citizens to give/change/revoke their consent through the TRAPEZE-platform.
- npm (Node Package Manager)
# check whether npm is installed
$ npm --version
# >> npm-version, e.g. 8.9.0
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.