You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hironsan 584e82ccd9 Update ConfigTemplateName.vue to post task type 2 years ago
..
assets Add a demo image to show it in offline environment 2 years ago
components Update ConfigTemplateName.vue to post task type 2 years ago
composables Update useLabelList to pass LabelApplicationService 2 years ago
domain/models Post task_type field on the creation of auto labeling config 2 years ago
i18n Change words like upload, ingest to import 2 years ago
layouts Remove check-auth from default layout 2 years ago
middleware Remove currentUserRole from Project item 2 years ago
pages Add isImporting flag 2 years ago
plugins Rename statistics to metrics in frontend 2 years ago
repositories Post task_type field on the creation of auto labeling config 2 years ago
rules Divide ConfigCreationForm.vue into small components 3 years ago
services Update ConfigTemplateName.vue to use the new TemplateList API 2 years ago
static Add plain text as an upload format examples 3 years ago
store Support RTL in sequence labeling 3 years ago
test Update the name of test case 2 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 4 years ago
.eslintrc.js Update eslint config 2 years ago
.gitignore Add frontend boilerplate 5 years ago
README.md Add frontend boilerplate 5 years ago
global.d.ts Add raw-loader as a dependency 3 years ago
jest.config.js Update test config 2 years ago
nuxt.config.js Remove font awesome script 2 years ago
package.json Simplify domain model as many as possible 2 years ago
tsconfig.json Simplify domain model as many as possible 2 years ago
vue-shim.d.ts Add v-annotator 3 years ago
yarn.lock Simplify domain model as many as possible 2 years ago

README.md

doccano-client

doccano client

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, checkout Nuxt.js docs.