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 a62d30476c Remove unnecessary code 4 years ago
..
api Fix code to pass code review 5 years ago
assets Load images from assets 4 years ago
components Remove old member components 4 years ago
i18n Add validation rules for label creation 4 years ago
layouts Remove unnecessary code 4 years ago
middleware Make users redirect when their role is changed from admin to the others 4 years ago
models Add user model 4 years ago
pages Make users redirect when their role is changed from admin to the others 4 years ago
plugins Add a plugin to translate role name 4 years ago
repositories Add user repository 4 years ago
rules Divide ConfigCreationForm.vue into small components 4 years ago
services Make users redirect when their role is changed from admin to the others 4 years ago
static Remove unnecessary code 4 years ago
store merged auto labeling 4 years ago
test Apply eslint 5 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 5 years ago
.eslintrc.js Fix lint 4 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 Add a plugin to translate role name 4 years ago
package.json merged auto labeling 4 years ago
tsconfig.json Update tsconfig.json to add i18n 4 years ago
vue-shim.d.ts Introduce typescript 4 years ago
yarn.lock merged auto labeling 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.