Skip to content
Snippets Groups Projects
Commit c4309a6a authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Docs: Gitpod Integration

parent d12822de
No related branches found
No related tags found
2 merge requests!110Chore: 3.0.9,!106Docs: Gitpod Integration
ports:
- port: 9743
onOpen: open-preview
additionalRepositories:
- url: https://git.rwth-aachen.de/coscine/frontend/apps/aimsfrontend
checkoutLocation: frontend
tasks:
- name: library
init: |
yarn install
yarn build
yarn link
gp sync-done bundle
- name: frontend
before: cd ../frontend
init: |
gp sync-await bundle
yarn link "@coscine/form-generator"
yarn install
command: yarn dev
vscode:
extensions:
- lukashass.volar
......@@ -2,6 +2,10 @@
This repository contains the [SHACL](https://www.w3.org/TR/shacl/) form-generator [Vue 2](https://vuejs.org/) component used in [Coscine](https://coscine.de/) and the [AIMS project](https://www.aims-projekt.de/).
## Development
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator)
## Project setup
```
yarn install
......
......@@ -82,6 +82,9 @@
"vue": "^2.7.10",
"vue-template-compiler": "^2.7.10"
},
"resolutions": {
"readable-stream": "3.6.0"
},
"repository": {
"type": "git",
"url": "https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment