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 022d91e7da Change the url of demo page(intent detection) 2 years ago
..
assets Add a demo image to show it in offline environment 3 years ago
components Change the url of demo page(intent detection) 2 years ago
composables Update useLabelList to pass LabelApplicationService 2 years ago
domain/models Switch the contents of statistics page by project type 2 years ago
i18n Add a feature to create intent detection and slot filling project 2 years ago
layouts Apply linter 3 years ago
middleware Add a migration file 2 years ago
pages Change the url of demo page(intent detection) 2 years ago
plugins Change UI to create intent detection and slot filling label 2 years ago
repositories Update statistics service 2 years ago
rules Add a migration file 2 years ago
services Add a migration file 2 years ago
static Add plain text as an upload format examples 3 years ago
store Add a migration file 2 years ago
test Update the name of test case 3 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 5 years ago
.eslintrc.js Update eslint config 3 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 3 years ago
nuxt.config.js Remove font awesome script 3 years ago
package.json Support offline font 3 years ago
tsconfig.json Update tsconfig.json to add i18n 3 years ago
vue-shim.d.ts Add v-annotator 3 years ago
yarn.lock Update the way of clean up selected items 3 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.