Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 570 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 570 Bytes

tm-text-tagging-ui

Project setup

Install dependencies

npm install

Generate clients for GraphQL and REST backend

npm run generate

Running annotation-store-backend on localhost:4000 is needed.

Compiles and hot-reloads for development

npm run serve

The compile warning export 'onServerPrefetch' was not found in 'vue-demi' is an issue in the vue apollo package.

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint