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.
 
 
 
 
 
 
Alexander Kurakin 9d922df7e3
Info that login+password could be correct, too
5 years ago
..
api Merge pull request #918 from doccano/fix/#481 5 years ago
assets Merge pull request #918 from doccano/fix/#481 5 years ago
components Merge pull request #918 from doccano/fix/#481 5 years ago
layouts Merge pull request #918 from doccano/fix/#481 5 years ago
middleware Merge pull request #918 from doccano/fix/#481 5 years ago
pages Merge pull request #918 from doccano/fix/#481 5 years ago
plugins Merge pull request #918 from doccano/fix/#481 5 years ago
rules Merge pull request #918 from doccano/fix/#481 5 years ago
services Merge pull request #918 from doccano/fix/#481 5 years ago
static Merge pull request #918 from doccano/fix/#481 5 years ago
store Merge pull request #918 from doccano/fix/#481 5 years ago
test Merge pull request #918 from doccano/fix/#481 5 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 5 years ago
.eslintrc.js Apply eslint 5 years ago
.gitignore Add frontend boilerplate 5 years ago
Dockerfile Replace npm with yarn 5 years ago
README.md Add frontend boilerplate 5 years ago
dev-nuxt.sh Replace npm with yarn 5 years ago
jest.config.js Add frontend boilerplate 5 years ago
nuxt.config.js Make google-analytics configurable, fix #790 5 years ago
package.json Update node packages 5 years ago
yarn.lock Update node packages 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.