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.
 
 
 
 
 
 
Wojciech Kusa 373e483271 fix: Replace git:// with https:// in yarn.lock 2 years ago
..
assets Add task images 3 years ago
components Update LabelingMenu.vue, fix #1736 2 years ago
composables Update annotation pages to show progress 3 years ago
domain/models Add MyRole API 2 years ago
i18n Update project creation form 3 years ago
layouts Add MyRole API 2 years ago
middleware Add MyRole API 2 years ago
pages Add MyRole API 2 years ago
plugins Rename link to relation 3 years ago
repositories Add MyRole API 2 years ago
rules Divide ConfigCreationForm.vue into small components 4 years ago
services Add MyRole API 2 years ago
static Add plain text as an upload format examples 4 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
.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 4 years ago
jest.config.js Update test config 3 years ago
nuxt.config.js Remove font awesome script 3 years ago
package.json Upgrade npm packages 2 years ago
tsconfig.json Simplify domain model as many as possible 3 years ago
vue-shim.d.ts Add v-annotator 3 years ago
yarn.lock fix: Replace git:// with https:// in yarn.lock 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.