@orchard-insights/crew-ui
v1.0.12
Published
UI for the Crew task processing tool.
Readme
Crew UI
This is a VueJS based UI for Crew.

Usage
Install globally:
npm install --global @orchard-insights/crew-uiThen run the UI server with:
crew-ui serveTo specify the address of the Crew API:
crew-ui serve --url http://localhost:3000/Development
Vue and Vite:
yarn install
yarn devOr for the cli:
yarn build
yarn cli serveEnvironment variables
Use these environment variables to point the UI at a running instance of crew. http://localhost:3000/ is the default.
VITE_CREW_API_BASE_URL=http://localhost:3000/
VITE_CREW_API_WS_URL=http://localhost:3000/