Skip to content
Snippets Groups Projects

AIMS Frontend (SHACL Shape Editor)

This repository contains the common frontend for the AIMS project.

The main goal of this frontend application is the editing of SHACL application profiles.

If you want to use this frontend against your own shapes repository and vocabulary term service, please provide your own api-connection implementation in here and edit this file.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint