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 2ebc7296eb
Merge pull request #441 from CatalystCode/enhancement/docker-volume
4 years ago
..
api Merge pull request #441 from CatalystCode/enhancement/docker-volume 4 years ago
assets Update landing page 5 years ago
components Merge pull request #441 from CatalystCode/enhancement/docker-volume 4 years ago
layouts Simplify each annotation page 4 years ago
middleware Enable to redirect when accessing pages that is not allowed to access according to the user role 4 years ago
pages Implement label import/export feature 4 years ago
plugins Add movies to explain workflow 4 years ago
rules Merge pull request #441 from CatalystCode/enhancement/docker-volume 4 years ago
services Add environment variable to switch backend url 4 years ago
static Merge pull request #441 from CatalystCode/enhancement/docker-volume 4 years ago
store Implement label import/export feature 4 years ago
test Delete unnecessary tests 5 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 4 years ago
.eslintrc.js Enable to set touch coordination 4 years ago
.gitignore Add frontend boilerplate 5 years ago
Dockerfile Set DEBUG=False for production environment 4 years ago
README.md Add frontend boilerplate 5 years ago
jest.config.js Add frontend boilerplate 5 years ago
nuxt.config.js Update docker's network configuration 4 years ago
package.json Add build module for google analytics 4 years ago
yarn.lock Add build module for google analytics 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.