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 19703fff36 Add annotation start button to the side bar 4 years ago
..
api Update doc API 5 years ago
assets Update landing page 5 years ago
components Add annotation start button to the side bar 4 years ago
layouts Add annotation start button to the side bar 4 years ago
middleware Add middleware for auth check 5 years ago
pages Fix component path 4 years ago
plugins Add frontend boilerplate 5 years ago
rules Add login form 5 years ago
services Enable to download a file 4 years ago
static Update landing page 5 years ago
store Add annotation start button to the side bar 4 years ago
test Delete unnecessary tests 5 years ago
.babelrc Add frontend boilerplate 5 years ago
.eslintrc.js Add frontend boilerplate 5 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 Move color scheme to nuxt.config.js 5 years ago
package.json Update application name and description 5 years ago
yarn.lock Add auth store 5 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.