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
- Host: GitHub
- URL: https://github.com/smessie/reasoner-app
- Owner: smessie
- Created: 2022-11-03T16:19:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:22:53.000Z (about 1 year ago)
- Last Synced: 2025-03-26T04:51:07.567Z (7 months ago)
- Topics: eye, linked-data, n3, notation3, reasoner, reasoning, solid, vuejs
- Language: Vue
- Homepage: https://reasoner.smessie.com
- Size: 2.74 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```