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 7c880c40cd Show response on testing config 3 years ago
..
api Add APIs for testing config 3 years ago
assets Load images from assets 4 years ago
components Add APIs for testing config 3 years ago
i18n Add project edit page 3 years ago
layouts Add exception handling when there is no auto labeling config 3 years ago
middleware Add APIs for testing config 3 years ago
models Add object field for custom rest request 3 years ago
pages Add ConfigList.vue to display auto labeling configs 3 years ago
plugins Localizing member roles 4 years ago
repositories Show response on testing config 3 years ago
rules Add a single file rules 3 years ago
services Implement auto labeling setting 3 years ago
static Update an image in top page 5 years ago
store Add exception handling when there is no auto labeling config 3 years ago
test Apply eslint 4 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 5 years ago
.eslintrc.js Add a repository and a corresponding service 3 years ago
.gitignore Add frontend boilerplate 5 years ago
README.md Add frontend boilerplate 5 years ago
jest.config.js Add frontend boilerplate 5 years ago
nuxt.config.js Introduce typescript 3 years ago
package.json Introduce typescript 3 years ago
tsconfig.json Introduce typescript 3 years ago
vue-shim.d.ts Introduce typescript 3 years ago
yarn.lock Introduce typescript 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.