An open API service indexing awesome lists of open source software.

https://github.com/smessie/reasoner-app

Notation3 reasoning application using EYE in the browser and remotely on a server. Input data from your solid pod, a generic location on the web or directly as text
https://github.com/smessie/reasoner-app

eye linked-data n3 notation3 reasoner reasoning solid vuejs

Last synced: 3 months ago
JSON representation

Notation3 reasoning application using EYE in the browser and remotely on a server. Input data from your solid pod, a generic location on the web or directly as text

Awesome Lists containing this project

README

          

# reasoner-app

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

Additionally, one can configure the following environment variables. They can also be set in a `.env` file, or in a `.env.{mode}` file where `{mode}` is the Vite mode (`development` or `production`).

```sh
VITE_BASE_URL=/
VITE_DISABLE_LOGIN=false
VITE_DISABLE_REMOTE_EXECUTION=false
VITE_DISABLE_QUERY_INPUT=false
VITE_DISABLE_IMPLICIT_QUERY=false
VITE_DISABLE_VIA_URL=false
VITE_DISABLE_BNODE_RELABELING=false
VITE_BNODE_RELABELING_DEFAULT=true
VITE_APP_NAME=Eye Reasoner
VITE_EXTRA_HTML_PATH=extra.html
```

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```