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 46c5a0d967 Support segmentation 3 years ago
..
assets Add task images 3 years ago
components Add tasks to project creation page 3 years ago
composables Apply prettier 3 years ago
domain/models Support segmentation 3 years ago
i18n Add tasks to project creation page 3 years ago
layouts Apply prettier 3 years ago
middleware Apply prettier 3 years ago
pages Support segmentation 3 years ago
plugins Support segmentation 3 years ago
repositories Support segmentation 3 years ago
rules Apply prettier 3 years ago
services Support segmentation 3 years ago
static Add plain text as an upload format examples 4 years ago
store Apply prettier 3 years ago
test Apply prettier 3 years ago
.babelrc Add frontend boilerplate 5 years ago
.eslintrc.js Apply prettier 3 years ago
.gitignore Add frontend boilerplate 5 years ago
.prettierignore Add prettier config 3 years ago
.prettierrc Apply prettier 3 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 Apply prettier 3 years ago
nuxt.config.js Add demo pages for object detection and segmentation 3 years ago
package.json Update demo pages 3 years ago
tsconfig.json Apply prettier 3 years ago
vue-shim.d.ts Apply prettier 3 years ago
yarn.lock Update demo pages 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.