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 28f0d8606b Merge branch 'master' into develop 2 years ago
..
assets Update images on project creation page 2 years ago
components Remove transformer after changing the image 2 years ago
composables Apply prettier 2 years ago
domain/models Prevent emitting drag point event 2 years ago
i18n Merge pull request #1910 from doccano/dependabot/pip/backend/django-celery-results-2.4.0 2 years ago
layouts Apply prettier 2 years ago
middleware Apply prettier 2 years ago
pages Merge pull request #1910 from doccano/dependabot/pip/backend/django-celery-results-2.4.0 2 years ago
plugins Support segmentation 2 years ago
repositories Merge pull request #1910 from doccano/dependabot/pip/backend/django-celery-results-2.4.0 2 years ago
rules Apply prettier 2 years ago
services Support segmentation 2 years ago
static Add plain text as an upload format examples 3 years ago
store Apply prettier 2 years ago
test Apply prettier 2 years ago
.babelrc Add frontend boilerplate 5 years ago
.eslintrc.js Apply prettier 2 years ago
.gitignore Add frontend boilerplate 5 years ago
.prettierignore Add prettier config 2 years ago
.prettierrc Apply prettier 2 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 Apply prettier 2 years ago
nuxt.config.js Add demo pages for object detection and segmentation 2 years ago
package.json Remove vue-image-annotator 2 years ago
tsconfig.json Remove vue-image-annotator 2 years ago
vue-shim.d.ts Apply prettier 2 years ago
yarn.lock Remove vue-image-annotator 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.