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 0b2edb1413 Update eslint config 3 years ago
..
assets Add explanation for nested mode 3 years ago
components Apply linter 3 years ago
composables Remove filterOption 3 years ago
domain/models Enable to create project with allowOverlapping and graphemeMode option 3 years ago
i18n added missing project names (zh) 3 years ago
layouts Apply linter 3 years ago
middleware Don't redirect to the project page if the transition is to the dataset page. 3 years ago
pages Apply linter 3 years ago
plugins Merge remote-tracking branch 'remotes/origin/master' into celi 3 years ago
repositories Update frontend to handle image auto labeling 3 years ago
rules Divide ConfigCreationForm.vue into small components 3 years ago
services Enable to create project with allowOverlapping and graphemeMode option 3 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 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 Updated various dependency and image versions 3 years ago
package.json Update test config 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 test config 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.