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.
 
 
 
 
 
 
Hiroki Nakayama a485e32423
Merge pull request #2371 from synweap15/feature/filter-by-assignee
1 month ago
..
assets Update images on project creation page 2 years ago
components Make unassign example easier 1 year ago
composables Use useExampleItem in caption page 1 year ago
domain/models Add assignment UI 1 year ago
i18n Apply linter 1 year ago
layouts Move middleware from layout to page 1 year ago
middleware Remove fetching projects 1 year ago
pages Enable to reset assignment 1 year ago
plugins Add assignment UI 1 year ago
presenter Remove pageLink from project model 1 year ago
repositories chore: prettier 1 month ago
rules Validate description field 1 year ago
services Add assignment UI 1 year ago
static Update favicon.ico 2 years ago
store Fix project store to use Project model 1 year 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 Remove user application service 1 year ago
package.json Update frontend dependencies 1 month ago
tsconfig.json Remove vue-image-annotator 2 years ago
vue-shim.d.ts Apply prettier 2 years ago
yarn.lock Update frontend dependencies 1 month 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.