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 51fa5036e5 Update urls 3 years ago
..
assets Load images from assets 3 years ago
components Rename document to example 3 years ago
domain/models Switch data url 3 years ago
i18n Enable to create image classification project 3 years ago
layouts Change javascript to typescript 3 years ago
middleware Update check-auth.js to show username 3 years ago
pages Update variable names 3 years ago
plugins Rename document to example 3 years ago
repositories Update urls 3 years ago
rules Divide ConfigCreationForm.vue into small components 3 years ago
services Switch data url 3 years ago
static Add plain text as an upload format examples 3 years ago
store Remove unnecessary project.service.js 3 years ago
test Apply eslint 4 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 4 years ago
.eslintrc.js Fix lint 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 Add frontend boilerplate 5 years ago
nuxt.config.js Add raw-loader as a dependency 3 years ago
package.json Add accept types 3 years ago
tsconfig.json Update tsconfig.json to add i18n 3 years ago
vue-shim.d.ts Introduce typescript 3 years ago
yarn.lock Add accept types 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.