Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.19 KB

reasoner-app

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

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).

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

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint