https://github.com/doccano/v-annotator
Vue.js component for annotating text with entities and relations.
https://github.com/doccano/v-annotator
Last synced: 7 months ago
JSON representation
Vue.js component for annotating text with entities and relations.
- Host: GitHub
- URL: https://github.com/doccano/v-annotator
- Owner: doccano
- License: mit
- Created: 2021-06-18T00:32:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T06:59:31.000Z (over 2 years ago)
- Last Synced: 2025-05-06T09:45:33.270Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 580 KB
- Stars: 26
- Watchers: 2
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v-annotator
Vue.js component for annotating text with entities and relations.

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Publish the package
```
yarn publish
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).