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 68bee87fd3 Clear text in label selector after typing, fix #942 4 years ago
..
api Fix code to pass code review 5 years ago
assets Move style tag to editor.css 4 years ago
components Clear text in label selector after typing, fix #942 4 years ago
i18n add support chinese 4 years ago
layouts Merge pull request #976 from Collinbrown95/feature/multiple-language-support 4 years ago
middleware Updating check-admin.js middleware 4 years ago
pages Applying localization to statistics page 4 years ago
plugins Localizing member roles 4 years ago
rules Giving rule keys semantically meaningful names 4 years ago
services Update dataset page to use query parameters 4 years ago
static Update an image in top page 5 years ago
store Adding isEmpty getter in store/project.js 4 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 Apply eslint 4 years ago
.gitignore Add frontend boilerplate 5 years ago
Dockerfile Replace npm with yarn 4 years ago
README.md Add frontend boilerplate 5 years ago
dev-nuxt.sh Replace npm with yarn 4 years ago
jest.config.js Add frontend boilerplate 5 years ago
nuxt.config.js adding nuxt-i18n as a dependency 4 years ago
package.json adding nuxt-i18n as a dependency 4 years ago
yarn.lock adding nuxt-i18n as a dependency 4 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.