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 8721b91698 Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
..
api Fix code to pass code review 4 years ago
assets Update landing page 5 years ago
components Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
layouts Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
middleware Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
pages Remove middleware duplication, resolves #672 4 years ago
plugins Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
rules Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
services Fix login/logout problem, resolves #545, resolves #613 4 years ago
static Revert "bug: fix to bug 850. Now is possible to open documents from other pages" 4 years ago
store add excel import to frontend 4 years ago
test Update vue files according to eslint 4 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 4 years ago
.eslintrc.js Add docker compose config to setup development environment quickly 4 years ago
.gitignore Add frontend boilerplate 5 years ago
Dockerfile apk and pip: turn off caching 4 years ago
README.md Add frontend boilerplate 5 years ago
dev-nuxt.sh Add docker compose config to setup development environment quickly 4 years ago
jest.config.js Add frontend boilerplate 5 years ago
nuxt.config.js Make google-analytics configurable, fix #790 4 years ago
package-lock.json Update package.json, fix #600 4 years ago
package.json Update package.json, fix #600 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.